mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-17 09:22:42 +01:00
(svn r10208) -Codechange: replace int32 with Money where appropriate.
This commit is contained in:
@@ -89,7 +89,7 @@ static void Place_LandInfo(TileIndex tile)
|
||||
Player *p;
|
||||
Window *w;
|
||||
Town *t;
|
||||
int64 old_money;
|
||||
Money old_money;
|
||||
CommandCost costclear;
|
||||
AcceptedCargo ac;
|
||||
TileDesc td;
|
||||
|
||||
Reference in New Issue
Block a user