1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Rumors: implement support for grail terrain rumor

This commit is contained in:
ArseniyShestakov
2015-12-01 04:57:52 +03:00
parent c5485ceede
commit ffcc5ccdd2
3 changed files with 23 additions and 17 deletions

View File

@@ -219,7 +219,7 @@ struct DLL_LINKAGE RumorState
std::map<ERumorType, std::pair<int, int>> last;
RumorState(){type = RUMOR_NONE; last = {};};
bool update(int id, int player);
bool update(int id, int extra);
template <typename Handler> void serialize(Handler &h, const int version)
{