forked from teamnwah/openmw-tes3coop
Fix indentation
This commit is contained in:
parent
afbd3274cc
commit
5efa5aa912
1 changed files with 137 additions and 141 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue