diff options
Diffstat (limited to 'smallmap_gui.c')
-rw-r--r-- | smallmap_gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smallmap_gui.c b/smallmap_gui.c index 0fe425c67..b58fb2c00 100644 --- a/smallmap_gui.c +++ b/smallmap_gui.c @@ -983,7 +983,7 @@ void ShowSmallMap(void) if (w == NULL) return; LowerWindowWidget(w, _smallmap_type + 5); - SetWidgetLoweredState(w, 12, _smallmap_show_towns); + SetWindowWidgetLoweredState(w, 12, _smallmap_show_towns); w->resize.width = 350; w->resize.height = 250; |