Fixed primitives, fixed MIC set, improved Android downloader, added "Dungeon" and "Emblem" types in "Subtypes.h" enum definition, added a fix in "GameObserver::Affinity()" method in order to avoid a crash when the card is null or if it's a Dungeon in the commandzone.
This commit is contained in:
@@ -30,7 +30,9 @@ public:
|
||||
TYPE_PLANE = 15,
|
||||
TYPE_SCHEME = 16,
|
||||
TYPE_VANGUARD = 17,
|
||||
LAST_TYPE = TYPE_VANGUARD,
|
||||
TYPE_DUNGEON = 18,
|
||||
TYPE_EMBLEM = 19,
|
||||
LAST_TYPE = TYPE_EMBLEM,
|
||||
};
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user