(svn r19306) -Change: Railtype cost factor from byte to word value

This commit is contained in:
peter1138
2010-03-03 18:58:32 +00:00
parent abb44be391
commit 82f09c6ed8
2 changed files with 3 additions and 3 deletions

View File

@@ -186,7 +186,7 @@ struct RailtypeInfo {
/**
* Cost multiplier for building this rail type
*/
uint8 cost_multiplier;
uint16 cost_multiplier;
/**
* Acceleration type of this rail type