mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-15 11:46:56 +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)
|
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;
|
h & rewardType & rID & rVal & seerName;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user