1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-18 12:09:10 +00:00

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

This commit is contained in:
dominik
2004-12-12 18:20:05 +00:00
parent 625b0ffec0
commit 7188778c81

View File

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