Changeset - r161:0a970d887482
[Not reviewed]
master
0 1 0
darkvater - 20 years ago 2004-09-06 16:21:35
darkvater@openttd.org
(svn r162) -Feature: when exit game window pops up, 'Enter' quits the game
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
intro_gui.c
Show inline comments
 
@@ -210,6 +210,10 @@ static void AskAbandonGameWndProc(Window
 
			break;
 
		}
 
		break;
 
	case WE_KEYPRESS: /* Exit game on pressing 'Enter' */
 
		if (e->keypress.keycode == WKC_RETURN)
 
			_exit_game = true;
 
		break; 
 
	}
 
}
 

	
0 comments (0 inline, 0 general)