(svn r11938) -Codechange: support loading of canal/river properties (though still ignored)

This commit is contained in:
peter1138
2008-01-21 20:41:04 +00:00
parent 0a6425926b
commit ca1b3e7b4e
3 changed files with 46 additions and 7 deletions

View File

@@ -17,8 +17,15 @@ enum CanalFeature {
};
struct WaterFeature {
const SpriteGroup *group;
uint8 callbackmask;
uint8 flags;
};
/** Table of canal 'feature' sprite groups */
extern const SpriteGroup *_canal_sg[CF_END];
extern WaterFeature _water_feature[CF_END];
/** Lookup the base sprite to use for a canal.