mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-02 04:13:26 +00:00
(svn r12244) -Fix (r12150): typo resulting in no players are given the engine preview offer
This commit is contained in:
parent
f352512c8d
commit
27284db36f
@ -218,7 +218,7 @@ static PlayerID GetBestPlayer(uint8 pp)
|
|||||||
if (best_player == PLAYER_SPECTATOR) return PLAYER_SPECTATOR;
|
if (best_player == PLAYER_SPECTATOR) return PLAYER_SPECTATOR;
|
||||||
|
|
||||||
SetBit(mask, best_player);
|
SetBit(mask, best_player);
|
||||||
} while (--p != 0);
|
} while (--pp != 0);
|
||||||
|
|
||||||
return best_player;
|
return best_player;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user