(svn r15151) -Fix: tile 0 can now be highlighted as error tile

This commit is contained in:
Yexo
2009-01-19 15:06:11 +00:00
parent 27507f91be
commit bc5c4a2ae2
4 changed files with 7 additions and 7 deletions

View File

@@ -505,7 +505,7 @@ public:
~ErrmsgWindow()
{
SetRedErrorSquare(0);
SetRedErrorSquare(INVALID_TILE);
extern StringID _switch_mode_errorstr;
_switch_mode_errorstr = INVALID_STRING_ID;
}