1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-03 00:46:55 +02:00

* fixed some issues with hero moving; actualizing hero position is still broken :(

This commit is contained in:
mateuszb
2007-10-03 19:56:08 +00:00
parent 7b3c270dfc
commit d530bd057d
6 changed files with 19 additions and 12 deletions

View File

@ -673,6 +673,7 @@ void CPlayerInterface::heroMoved(const HeroMoveDetails & details)
}
LOCPLINT->adventureInt->update(); //updating screen
CGI->screenh->updateScreen();
LOCPLINT->adventureInt->anim++;
SDL_framerateDelay(mainFPSmng); //for animation purposes
} //for(int i=1; i<32; i+=4)
//main moving done