UDPNetworkUtility is a singleton, disabled InCombat scene

I found incombat to be way too finicky to keep up to date, so I disabled
it for now.
This commit is contained in:
Kayne Ruse
2014-08-13 06:53:43 +10:00
parent 182101b592
commit 74f809a801
15 changed files with 41 additions and 42 deletions
+1 -6
View File
@@ -30,12 +30,7 @@
//Public access members
//-------------------------
LobbyMenu::LobbyMenu(
UDPNetworkUtility* const argNetwork,
int* const argClientIndex,
int* const argAccountIndex
):
network(*argNetwork),
LobbyMenu::LobbyMenu(int* const argClientIndex, int* const argAccountIndex):
clientIndex(*argClientIndex),
accountIndex(*argAccountIndex)
{