forked from mirror/openmw-tes3mp
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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case ID_GAME_ATTRIBUTE:
|
case ID_GAME_ATTRIBUTE:
|
||||||
{
|
{
|
||||||
if (id == myid)
|
if (id == myid)
|
||||||
|
@ -506,7 +505,6 @@ void Networking::ReceiveMessage(RakNet::Packet *packet)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case ID_GAME_SKILL:
|
case ID_GAME_SKILL:
|
||||||
{
|
{
|
||||||
if (id == myid)
|
if (id == myid)
|
||||||
|
@ -537,7 +535,6 @@ void Networking::ReceiveMessage(RakNet::Packet *packet)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case ID_GAME_LEVEL:
|
case ID_GAME_LEVEL:
|
||||||
{
|
{
|
||||||
if (id == myid)
|
if (id == myid)
|
||||||
|
@ -563,7 +560,6 @@ void Networking::ReceiveMessage(RakNet::Packet *packet)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case ID_GUI_MESSAGEBOX:
|
case ID_GUI_MESSAGEBOX:
|
||||||
{
|
{
|
||||||
if (id == myid)
|
if (id == myid)
|
||||||
|
|
Loading…
Reference in a new issue