(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 94718ae0de
commit 261018fc8c
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;