1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

- fixed wrong battlefield (#961)

- minor tweaks
This commit is contained in:
Ivan Savenko
2012-05-19 11:47:26 +00:00
parent 7116377e4e
commit 6f6cd6814e
6 changed files with 29 additions and 26 deletions

View File

@ -3365,7 +3365,7 @@ void CBattleInterface::obstaclePlaced(const CObstacleInstance & oi)
waitForAnims();
int effectID = -1;
soundBase::soundID sound = soundBase::invalid;
soundBase::soundID sound = soundBase::invalid;//FIXME: variable set but unused. Missing soundh->playSound()?
std::string defname;