1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00
- fixed spinning projectiles for some creatures
This commit is contained in:
Ivan Savenko
2011-08-31 12:11:34 +00:00
parent e5349c58cd
commit 3fc42134b7
5 changed files with 50 additions and 99 deletions

View File

@ -6034,6 +6034,7 @@ CPuzzleWindow::CPuzzleWindow(const int3 &grailPos, float discoveredRatio)
SDL_FreeSurface(puzzle);
}
CCS->soundh->playSound(soundBase::OBELISK);
}
CPuzzleWindow::~CPuzzleWindow()