From 9965a8de826ca709caa63d31af6e000186f8fe35 Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Sun, 29 Mar 2009 08:07:07 +0000 Subject: [PATCH] Add explaining message --- Src/Network.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Src/Network.cpp b/Src/Network.cpp index af12312..7bd08b4 100644 --- a/Src/Network.cpp +++ b/Src/Network.cpp @@ -1094,8 +1094,11 @@ bool Network::Connect() { SDL_FillRect(real_screen, 0, SDL_MapRGB(real_screen->format, 0x00, 0x80, 0x80)); - menu_print_font(real_screen, 255,255,0, 20, 20, + menu_print_font(real_screen, 255,255,0, 30, 30, "Connecting... Hold Esc or 1 to abort"); + if (this->is_master) + menu_print_font(real_screen, 255,255,0, 30, 50, + "(Waiting for client connection)"); SDL_Flip(real_screen); #if defined(GEKKO) WPADData *wpad, *wpad_other;