mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r6641) -Fix(6639): Wongly converted SetWidgetLoweredState
This commit is contained in:
parent
186f8f8867
commit
24a34eec9b
@ -243,7 +243,7 @@ void GenerateLandscapeWndProc(Window *w, WindowEvent *e)
|
||||
|
||||
SetWindowWidgetLoweredState(w, 3, _opt_newgame.landscape == LT_NORMAL);
|
||||
SetWindowWidgetLoweredState(w, 4, _opt_newgame.landscape == LT_HILLY);
|
||||
SetvWidgetLoweredState(w, 5, _opt_newgame.landscape == LT_DESERT);
|
||||
SetWindowWidgetLoweredState(w, 5, _opt_newgame.landscape == LT_DESERT);
|
||||
SetWindowWidgetLoweredState(w, 6, _opt_newgame.landscape == LT_CANDY);
|
||||
DrawWindowWidgets(w);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user