(svn r7350) -Fix: do not handle the save game/scenario filename edit box when loading a game/scenario/heightmap.
This commit is contained in:
		@@ -1467,7 +1467,9 @@ static void SaveLoadDlgWndProc(Window *w, WindowEvent *e)
 | 
			
		||||
		}
 | 
			
		||||
		break;
 | 
			
		||||
	case WE_MOUSELOOP:
 | 
			
		||||
		if (_saveload_mode == SLD_SAVE_GAME || _saveload_mode == SLD_SAVE_SCENARIO) {
 | 
			
		||||
			HandleEditBox(w, &WP(w, querystr_d), 10);
 | 
			
		||||
		}
 | 
			
		||||
		break;
 | 
			
		||||
	case WE_KEYPRESS:
 | 
			
		||||
		if (e->we.keypress.keycode == WKC_ESC) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user