changeset 4729:aee45912bb5f draft

(svn r6641) -Fix(6639): Wongly converted SetWidgetLoweredState
author belugas <belugas@openttd.org>
date Wed, 04 Oct 2006 19:27:53 +0000
parents 2edba75a9433
children cb30b82da277
files genworld_gui.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/genworld_gui.c
+++ b/genworld_gui.c
@@ -243,7 +243,7 @@
 
 		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);