(svn r10208) -Codechange: replace int32 with Money where appropriate.
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user