From 2ee73b50b8dae28f53acabcb5b7c0e3f02139db2 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 18 Jun 2007 21:44:47 +0000 Subject: (svn r10208) -Codechange: replace int32 with Money where appropriate. --- src/misc_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc_gui.cpp') diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp index 2444aa27b..5ab378297 100644 --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -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; -- cgit v1.2.3-54-g00ecf