Fix indentation

This commit is contained in:
David Cernat 2016-09-29 13:17:46 +03:00
parent afbd3274cc
commit 5efa5aa912

View file

@ -475,7 +475,6 @@ void Networking::ReceiveMessage(RakNet::Packet *packet)
}
break;
}
case ID_GAME_ATTRIBUTE:
{
if (id == myid)
@ -506,7 +505,6 @@ void Networking::ReceiveMessage(RakNet::Packet *packet)
}
break;
}
case ID_GAME_SKILL:
{
if (id == myid)
@ -537,7 +535,6 @@ void Networking::ReceiveMessage(RakNet::Packet *packet)
}
break;
}
case ID_GAME_LEVEL:
{
if (id == myid)
@ -563,7 +560,6 @@ void Networking::ReceiveMessage(RakNet::Packet *packet)
}
break;
}
case ID_GUI_MESSAGEBOX:
{
if (id == myid)