(svn r17670) -Cleanup (r12819): ResolverObject::procedure_call is not used anymore.

This commit is contained in:
frosch
2009-09-30 18:36:18 +00:00
parent 6a03335a0e
commit d8eec0ebf0
2 changed files with 0 additions and 4 deletions

View File

@@ -289,7 +289,6 @@ struct ResolverObject {
CallbackID callback;
uint32 callback_param1;
uint32 callback_param2;
bool procedure_call; ///< true if we are currently resolving a var 0x7E procedure result.
byte trigger;
byte count;
@@ -349,8 +348,6 @@ struct ResolverObject {
void (*SetTriggers)(const struct ResolverObject*, int);
uint32 (*GetVariable)(const struct ResolverObject*, byte, byte, bool*);
const SpriteGroup *(*ResolveReal)(const struct ResolverObject*, const RealSpriteGroup*);
ResolverObject() : procedure_call(false) { }
};
#endif /* NEWGRF_SPRITEGROUP_H */