forked from mirror/OpenTTD
(svn r169) -Fix: move around sort-widgets a bit so it looks more natural
-Fix: savegames are sorted with newest date first by default -Codechange: refine sorter functions -Fix: fixed linux warnings (tokai)
This commit is contained in:
@@ -738,7 +738,7 @@ bool DoZoomInOutWindow(int how, Window *w)
|
||||
|
||||
// routine to disable/enable the zoom buttons. Didn't know where to place these otherwise
|
||||
{
|
||||
Window * wt;
|
||||
Window *wt = NULL;
|
||||
switch (w->window_class) {
|
||||
case WC_MAIN_WINDOW:
|
||||
wt = FindWindowById(WC_MAIN_TOOLBAR, 0);
|
||||
|
Reference in New Issue
Block a user