(svn r10208) -Codechange: replace int32 with Money where appropriate.

This commit is contained in:
rubidium
2007-06-18 21:44:47 +00:00
parent 7a72dcb3b5
commit 2ee73b50b8
16 changed files with 137 additions and 121 deletions

View File

@@ -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;