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/station.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station.h') diff --git a/src/station.h b/src/station.h index 86857860a..6a70bcc34 100644 --- a/src/station.h +++ b/src/station.h @@ -39,7 +39,7 @@ struct GoodsEntry { byte enroute_time; byte last_speed; byte last_age; - int32 feeder_profit; + Money feeder_profit; }; /** A Stop for a Road Vehicle */ -- cgit v1.2.3-54-g00ecf