Tested SendAll(), end of this prototype

This commit is contained in:
Kayne Ruse
2013-06-07 03:22:29 +10:00
parent 6b677e5de8
commit c60709d047
+3 -3
View File
@@ -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;