1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-17 00:07:41 +02:00

Fix formatting

This commit is contained in:
Vadim Markovtsev
2016-10-29 17:00:12 +02:00
parent 24793e115c
commit 9f967b4d7a
7 changed files with 21 additions and 22 deletions

View File

@ -122,7 +122,7 @@ DLL_LINKAGE void SetCommanderProperty::applyGs(CGameState *gs)
commander->setAlive(false);
break;
case EXPERIENCE:
commander->giveStackExp (amount); //TODO: allow setting exp for stacks via netpacks
commander->giveStackExp(amount); //TODO: allow setting exp for stacks via netpacks
break;
}
}