diff options
Diffstat (limited to 'misc_gui.c')
-rw-r--r-- | misc_gui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc_gui.c b/misc_gui.c index 3d721ca29..89ee4f216 100644 --- a/misc_gui.c +++ b/misc_gui.c @@ -1659,6 +1659,7 @@ static int32 ClickChangeClimateCheat(int32 p1, int32 p2) if (p1 == 4) p1 = 0; _opt.landscape = p1; GfxLoadSprites(); + LoadStringWidthTable(); MarkWholeScreenDirty(); return _opt.landscape; } |