Added code to let user specify the server address.
Updated SimplePad to include dot and fixed problem with digits.
This commit is contained in:
@@ -52,6 +52,7 @@ GameApp::GameApp() :
|
||||
JApp()
|
||||
#ifdef NETWORK_SUPPORT
|
||||
,mpNetwork(NULL)
|
||||
, mServerAddress("")
|
||||
#endif //NETWORK_SUPPORT
|
||||
{
|
||||
#ifdef DEBUG
|
||||
|
||||
Reference in New Issue
Block a user