mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-21 21:49:10 +00:00
(svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte/-1 with proper types and constants
This commit is contained in:
@@ -789,7 +789,7 @@ static bool LoadOldIndustry(LoadgameState *ls, int num)
|
||||
return true;
|
||||
}
|
||||
|
||||
static uint _current_player_id;
|
||||
static PlayerID _current_player_id;
|
||||
static uint16 _old_inaugurated_year;
|
||||
static int32 _old_yearly;
|
||||
|
||||
|
Reference in New Issue
Block a user