1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Rebase of codebase changes for refactored serializer

Some of newer fixes not yet merged there and save compatibility a bit off.
This commit is contained in:
Ivan Savenko
2016-09-10 03:32:40 +03:00
committed by Arseniy Shestakov
parent 3d1b1f4ba8
commit 5b76c3f4eb
33 changed files with 155 additions and 91 deletions

View File

@@ -7,6 +7,7 @@
#include "../lib/CGameState.h"
#include "../lib/BattleState.h"
#include "../lib/BattleAction.h"
#include "../lib/serializer/Connection.h"
#define PLAYER_OWNS(id) (gh->getPlayerAt(c)==gh->getOwner(id))