1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Compile fixes.

This commit is contained in:
Frank Zago
2009-08-06 05:08:17 +00:00
parent 507597301f
commit 9aca713050
5 changed files with 6 additions and 6 deletions

View File

@ -436,7 +436,7 @@ void BattleResultsApplied::applyCl( CClient *cl )
void StacksHealedOrResurrected::applyCl( CClient *cl )
{
std::vector<std::pair<ui32, ui32>> shiftedHealed;
std::vector<std::pair<ui32, ui32> > shiftedHealed;
for(int v=0; v<healedStacks.size(); ++v)
{
shiftedHealed.push_back(std::make_pair(healedStacks[v].stackID, healedStacks[v].healedHP));