Changeset - r8366:094fb8cb7b96
[Not reviewed]
master
0 1 0
belugas - 17 years ago 2008-01-20 04:01:28
belugas@openttd.org
(svn r11932) -Codechange: Forgot two occurences of widget enumification
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/intro_gui.cpp
Show inline comments
 
@@ -88,7 +88,7 @@ static void SelectGameWndProc(Window *w,
 
#ifdef ENABLE_NETWORK
 
			/* Do not create a network server when you (just) have closed one of the game
 
			 * creation/load windows for the network server. */
 
			if (2 <= e->we.click.widget && e->we.click.widget <= 6) _is_network_server = false;
 
			if (SGI_GENERATE_GAME <= e->we.click.widget && e->we.click.widget <= SGI_EDIT_SCENARIO) _is_network_server = false;
 
#endif /* ENABLE_NETWORK */
 

	
 
			switch (e->we.click.widget) {
0 comments (0 inline, 0 general)