(svn r13885) -Fix [FS#2168]: Var 0x7F is not feature-specific.

This commit is contained in:
frosch
2008-07-30 18:23:12 +00:00
parent d4774bdbab
commit d54d8bf295
14 changed files with 32 additions and 59 deletions

View File

@@ -21,6 +21,7 @@ enum CanalFeature {
struct WaterFeature {
const SpriteGroup *group;
const GRFFile *grffile; ///< newgrf where 'group' belongs to
uint8 callbackmask;
uint8 flags;
};