File diff r5375:772a1c1f8fa4 → r5376:226f4edfd4b1
misc_gui.c
Show inline comments
 
@@ -1647,7 +1647,8 @@ static int32 ClickChangePlayerCheat(int3
 
{
 
	while (IsValidPlayer((PlayerID)p1)) {
 
		if (_players[p1].is_active) {
 
			_local_player = (PlayerID)p1;
 
			SetLocalPlayer((PlayerID)p1);
 

	
 
			MarkWholeScreenDirty();
 
			return _local_player;
 
		}