(svn r13388) -Codechange: Remove "my invented flag for something that is a wagon"

This commit is contained in:
peter1138
2008-06-05 12:08:20 +00:00
parent 5990a92bca
commit 0a41936df8
4 changed files with 25 additions and 30 deletions

View File

@@ -109,7 +109,7 @@ struct EngineInfo {
Date base_intro;
Year lifelength;
Year base_life;
byte unk2; ///< flag for carriage(bit 7) and decay speed(bits0..6)
byte decay_speed;
byte load_amount;
byte climates;
uint32 refit_mask;