mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +02:00
Another tweak for Seer Hut serialization.
This commit is contained in:
parent
fa544384a7
commit
10122f8153
@ -788,7 +788,7 @@ public:
|
||||
|
||||
template <typename Handler> void serialize(Handler &h, const int version)
|
||||
{
|
||||
h & static_cast<CGObjectInstance&>(*this) & static_cast<CQuest&>(*this);
|
||||
h & static_cast<CArmedInstance&>(*this) & static_cast<CQuest&>(*this);
|
||||
h & rewardType & rID & rVal & seerName;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user