mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-21 17:17:06 +02:00
Do bonus tree fix in any serializer mode.
This commit is contained in:
parent
15b76bb8ff
commit
21a85a6c35
@ -66,7 +66,7 @@ public:
|
||||
|
||||
|
||||
|
||||
#define BONUS_TREE_DESERIALIZATION_FIX if(!h.saving && h.smartPointerSerialization) deserializationFix();
|
||||
#define BONUS_TREE_DESERIALIZATION_FIX if(!h.saving) deserializationFix();
|
||||
|
||||
#define BONUS_LIST \
|
||||
BONUS_NAME(NONE) \
|
||||
|
Loading…
Reference in New Issue
Block a user