diff --git a/genworld_gui.c b/genworld_gui.c index 9a82924dfe..f9973a9b99 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);