misc_gui.c
changeset 5155 a479ef9c16a5
parent 5137 54425dc8b5b3
child 5167 12c46fb7eccf
--- a/misc_gui.c	Fri Nov 24 18:37:40 2006 +0000
+++ b/misc_gui.c	Fri Nov 24 18:39:22 2006 +0000
@@ -1659,6 +1659,7 @@
 	if (p1 ==  4) p1 = 0;
 	_opt.landscape = p1;
 	GfxLoadSprites();
+	LoadStringWidthTable();
 	MarkWholeScreenDirty();
 	return _opt.landscape;
 }