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

- gcc compile and warning fixes

This commit is contained in:
Ivan Savenko
2012-04-30 12:13:36 +00:00
parent 13e6f00e18
commit d479341a5a
5 changed files with 24 additions and 9 deletions

View File

@@ -2548,6 +2548,7 @@ bool CGameHandler::moveArtifact(const ArtifactLocation &al1, const ArtifactLocat
ma.src = src;
ma.dst = dst;
sendAndApply(&ma);
return true;
}
/**