misc_gui.c
changeset 172 8d8b3383470d
parent 155 81e9878f3678
child 176 84990c4b9212
--- a/misc_gui.c	Mon Sep 06 21:47:12 2004 +0000
+++ b/misc_gui.c	Mon Sep 06 22:46:02 2004 +0000
@@ -457,6 +457,7 @@
 		TileHighlightData *thd = _thd_ptr;
 		TileIndex tile = thd->redsq;
 		thd->redsq = 0;
+		_switch_mode_errorstr = INVALID_STRING_ID;
 		if (tile != 0)
 			MarkTileDirtyByTile(tile);
 		break;