Changeset - r4308:7752673085fa
[Not reviewed]
master
0 1 0
truelight - 18 years ago 2006-08-19 19:45:04
truelight@openttd.org
(svn r5955) -Fix r5728: 2 very important lines for ShowQueryString where removed by excident.
Because of this you couldn't join servers with passwords, and more of those
problems. (tnx Mucht)
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
intro_gui.c
Show inline comments
 
@@ -81,6 +81,9 @@ static void SelectGameWndProc(Window *w,
 
		case 15: AskExitGame(); break;
 
		}
 
		break;
 

	
 
		case WE_ON_EDIT_TEXT: HandleOnEditText(e); break;
 
		case WE_ON_EDIT_TEXT_CANCEL: HandleOnEditTextCancel(); break;
 
	}
 
}
 

	
0 comments (0 inline, 0 general)