summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2005-09-19 11:15:37 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2005-09-19 11:15:37 +0000
commitaabe59377baebe1d9dbb3daeb323bc7df475910d (patch)
tree0d4b8a730160e4da2aaea57cba2644a31d7ee59e /src/game.cpp
parent957cee04cbbb829c0d476b1dfb2a19ee74856c5f (diff)
downloadmana-client-aabe59377baebe1d9dbb3daeb323bc7df475910d.tar.gz
mana-client-aabe59377baebe1d9dbb3daeb323bc7df475910d.tar.bz2
mana-client-aabe59377baebe1d9dbb3daeb323bc7df475910d.tar.xz
mana-client-aabe59377baebe1d9dbb3daeb323bc7df475910d.zip
Removed useless flush() calls.
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 7e283bd0..5c8b1d8b 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -1530,7 +1530,6 @@ void do_parse()
MessageOut outMsg;
outMsg.writeShort(CMSG_MAP_LOADED);
writeSet(2);
- flush();
}
break;