Reviewing the progress so far

This commit is contained in:
Kayne Ruse
2013-06-05 03:50:46 +10:00
parent 0cfb47e641
commit dfac9c1518
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ protected:
ConfigUtility* configUtil = nullptr;
SurfaceManager* surfaceMgr = nullptr;
UDPNetworkUtility* netUtil = nullptr;
int* playerID;
int* playerID = nullptr;
};
#endif