summaryrefslogtreecommitdiff
path: root/intro_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'intro_gui.c')
-rw-r--r--intro_gui.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/intro_gui.c b/intro_gui.c
index f53ab4145..f1e546763 100644
--- a/intro_gui.c
+++ b/intro_gui.c
@@ -61,7 +61,10 @@ static void SelectGameWndProc(Window *w, WindowEvent *e) {
case 7:
if (!_network_available) {
ShowErrorMessage(-1,STR_NETWORK_ERR_NOTAVAILABLE, 0, 0);
- } else ShowNetworkGameWindow();
+ } else {
+ ShowNetworkGameWindow();
+ ShowErrorMessage(-1, TEMP_STRING_NO_NETWORK, 0, 0);
+ }
break;
case 8: ShowGameOptions(); break;
case 9: ShowGameDifficulty(); break;