VarAction2: Simplify tracking of sprite group feature

This commit is contained in:
Jonathan G Rennison
2022-06-08 20:22:53 +01:00
parent caebff85f5
commit 0409bd88e8
3 changed files with 20 additions and 14 deletions

View File

@@ -106,6 +106,7 @@ public:
uint32 nfo_line;
SpriteGroupType type;
GrfSpecFeature feature;
virtual SpriteID GetResult() const { return 0; }
virtual byte GetNumResults() const { return 0; }