summaryrefslogtreecommitdiff
path: root/misc_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc_gui.c')
-rw-r--r--misc_gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc_gui.c b/misc_gui.c
index 8180f1998..bfdc81ae7 100644
--- a/misc_gui.c
+++ b/misc_gui.c
@@ -1338,6 +1338,7 @@ int32 ClickChangePlayerCheat(int32 p1, int32 p2)
if (_players[p1].is_active)
{
_local_player = p1;
+ MarkWholeScreenDirty();
return _local_player;
}
p1 += p2;