(svn r8858) -Codechange: Replace magic number test with class method for determining if a cargo is valid/active.
This commit is contained in:
@@ -31,6 +31,8 @@ typedef struct CargoSpec {
|
||||
SpriteID sprite;
|
||||
|
||||
uint16 classes;
|
||||
|
||||
bool IsValid() const;
|
||||
} CargoSpec;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user