1
0
Fork 0

(svn r1035) Fix: Added a line that I accidentally deleted in r1033

release/0.4.5
dominik 2004-12-12 18:20:05 +00:00
parent 625b0ffec0
commit 7188778c81
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ void HandleOnEditTextCancel() {
#ifdef ENABLE_NETWORK
case 4:
NetworkDisconnect();
ShowNetworkGameWindow();
break;
#endif /* ENABLE_NETWORK */
}