diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-07 17:46:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-07 17:46:31 +0300 |
commit | a80e10b7ba9771dca3fcddb3f0182a5aa1825226 (patch) | |
tree | 85f7ad40f3bc0d030e2dab57cb2af65dfa04cf33 /src/net/gamehandler.h | |
parent | f8fcfcfef1e5a8cbda66328664f41b3f9aa2a773 (diff) | |
download | plus-a80e10b7ba9771dca3fcddb3f0182a5aa1825226.tar.gz plus-a80e10b7ba9771dca3fcddb3f0182a5aa1825226.tar.bz2 plus-a80e10b7ba9771dca3fcddb3f0182a5aa1825226.tar.xz plus-a80e10b7ba9771dca3fcddb3f0182a5aa1825226.zip |
Fix server switch incorrect map loading.
Diffstat (limited to 'src/net/gamehandler.h')
-rw-r--r-- | src/net/gamehandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/gamehandler.h b/src/net/gamehandler.h index 5a41bec57..5826ae09d 100644 --- a/src/net/gamehandler.h +++ b/src/net/gamehandler.h @@ -58,6 +58,8 @@ class GameHandler virtual bool canUseMagicBar() const A_WARN_UNUSED = 0; virtual bool mustPing() const A_WARN_UNUSED = 0; + + virtual void clear() = 0; }; } // namespace Net |