From c60709d0478e9abf8e24772abe9ec4670063e8f1 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Fri, 7 Jun 2013 03:22:29 +1000 Subject: [PATCH] Tested SendAll(), end of this prototype --- client/in_game.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/in_game.cpp b/client/in_game.cpp index 82acb29..e46e660 100644 --- a/client/in_game.cpp +++ b/client/in_game.cpp @@ -73,9 +73,9 @@ void InGame::Receive() { case PacketList::NEWPLAYER: cout << "NEWPLAYER triggered" << endl; break; -// case PacketList::DELETEPLAYER: -// // -// break; + case PacketList::DELETEPLAYER: + cout << "DELETEPLAYER triggered" << endl; + break; // case PacketList::MOVEMENT: // // // break;