From 42bad75bf285ed0ec322e9b0965f1e623ad61bf7 Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 4 Oct 2006 19:27:53 +0000 Subject: (svn r6641) -Fix(6639): Wongly converted SetWidgetLoweredState --- genworld_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'genworld_gui.c') diff --git a/genworld_gui.c b/genworld_gui.c index 9a82924df..f9973a9b9 100644 --- a/genworld_gui.c +++ b/genworld_gui.c @@ -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); -- cgit v1.2.3-54-g00ecf