diff options
Diffstat (limited to 'src/net/tmwa/generalhandler.cpp')
-rw-r--r-- | src/net/tmwa/generalhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/generalhandler.cpp b/src/net/tmwa/generalhandler.cpp index 77c91e1dd..8f2f25d6d 100644 --- a/src/net/tmwa/generalhandler.cpp +++ b/src/net/tmwa/generalhandler.cpp @@ -245,7 +245,7 @@ void GeneralHandler::clearHandlers() } void GeneralHandler::processEvent(Channels channel, - const Event &event) + const DepricatedEvent &event) { if (channel == CHANNEL_GAME) { |