(svn r139) Added MarkWholeScreenDirty() on switch player screen

Changed "Max income" string and "station spread patch" string
This commit is contained in:
dominik
2004-08-25 09:23:55 +00:00
parent 855aa8beed
commit ea2d013ff0
2 changed files with 3 additions and 2 deletions

View File

@@ -1338,6 +1338,7 @@ int32 ClickChangePlayerCheat(int32 p1, int32 p2)
if (_players[p1].is_active)
{
_local_player = p1;
MarkWholeScreenDirty();
return _local_player;
}
p1 += p2;