(svn r2496) -Fix: [1179933] When toggling build/remove via keyboard the selection wasn't correctly redrawn
This commit is contained in:
@@ -1486,6 +1486,13 @@ static void SetSelectionTilesDirty(void)
|
||||
}
|
||||
|
||||
|
||||
void SetSelectionRed(bool b)
|
||||
{
|
||||
_thd.make_square_red = b;
|
||||
SetSelectionTilesDirty();
|
||||
}
|
||||
|
||||
|
||||
static bool CheckClickOnTown(ViewPort *vp, int x, int y)
|
||||
{
|
||||
Town *t;
|
||||
|
||||
Reference in New Issue
Block a user