mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
Fix formatting
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user