Fix players overlay disappearing sometimes

This commit is contained in:
dP
2021-10-31 02:55:54 +03:00
parent 56787e5e2c
commit cdb3a9af1e

View File

@@ -1737,6 +1737,7 @@ void AddDirtyBlock(int left, int top, int right, int bottom)
void MarkWholeScreenDirty()
{
AddDirtyBlock(0, 0, _screen.width, _screen.height);
citymania::SetClientListDirty();
}
/**