(svn r15151) -Fix: tile 0 can now be highlighted as error tile
This commit is contained in:
@@ -505,7 +505,7 @@ public:
|
||||
|
||||
~ErrmsgWindow()
|
||||
{
|
||||
SetRedErrorSquare(0);
|
||||
SetRedErrorSquare(INVALID_TILE);
|
||||
extern StringID _switch_mode_errorstr;
|
||||
_switch_mode_errorstr = INVALID_STRING_ID;
|
||||
}
|
||||
|
Reference in New Issue
Block a user