Added the GRAPHICS flag, to simplify the gameplay structures

This commit is contained in:
Kayne Ruse
2014-05-27 23:25:07 +10:00
parent 5893342ad8
commit 6b38501c27
8 changed files with 42 additions and 2 deletions
+4
View File
@@ -210,6 +210,10 @@ void LobbyMenu::KeyUp(SDL_KeyboardEvent const& key) {
//
}
//-------------------------
//Network handlers
//-------------------------
void LobbyMenu::HandlePacket(SerialPacket packet) {
switch(packet.meta.type) {
case SerialPacket::Type::BROADCAST_RESPONSE: {