Changeset - r7248:99e544575ba7
[Not reviewed]
master
0 1 0
truelight - 17 years ago 2007-07-13 15:02:22
truelight@openttd.org
(svn r10548) -Fix [FS#1020]: don't segfault when you quit in the end-of-the-game screen
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/main_gui.cpp
Show inline comments
 
@@ -1700,7 +1700,7 @@ static void MainToolbarWndProc(Window *w
 
	}
 

	
 
		case WE_MESSAGE:
 
			HandleZoomMessage(w, FindWindowById(WC_MAIN_WINDOW, 0)->viewport, 17, 18);
 
			if (FindWindowById(WC_MAIN_WINDOW, 0) != NULL) HandleZoomMessage(w, FindWindowById(WC_MAIN_WINDOW, 0)->viewport, 17, 18);
 
			break;
 
	}
 
}
0 comments (0 inline, 0 general)