forked from mirror/OpenTTD
(svn r3001) s/Player*/const Player*/
s/byte/PlayerID/ s/int/PlayerID/ and related changes
This commit is contained in:
@@ -259,7 +259,7 @@ static const WindowDesc _player_stations_desc = {
|
||||
};
|
||||
|
||||
|
||||
void ShowPlayerStations(int player)
|
||||
void ShowPlayerStations(PlayerID player)
|
||||
{
|
||||
Window *w;
|
||||
|
||||
|
Reference in New Issue
Block a user