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

@ -1158,7 +1158,7 @@ void CPlayerInterface::battlefieldPrepared(int battlefieldType, std::vector<CObs
{
}
void CPlayerInterface::battleStacksHealedRes(const std::vector<std::pair<ui32, ui32>> & healedStacks)
void CPlayerInterface::battleStacksHealedRes(const std::vector<std::pair<ui32, ui32> > & healedStacks)
{
for(int b=0; b<healedStacks.size(); ++b)
{
@ -1852,4 +1852,4 @@ void SystemOptions::apply()
CGI->musich->setVolume(musicVolume);
CGI->soundh->setVolume(soundVolume);
settingsChanged();
}
}