(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