diff options
-rw-r--r-- | genworld_gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |