1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Added missing serialization of bank configs (bugs #9, #165 and #221)

This commit is contained in:
DjWarmonger
2009-11-21 15:45:37 +00:00
parent 8f217c5cdf
commit 4bb5d083f4

View File

@@ -1057,7 +1057,7 @@ public:
template <typename Handler> void serialize(Handler &h, const int version) template <typename Handler> void serialize(Handler &h, const int version)
{ {
h & cregens & banksInfo; h & cregens & banksInfo & creBanksNames;
} }
}; };