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

Empty function for hero movement

This commit is contained in:
Michał W. Urbańczyk
2007-08-29 10:05:50 +00:00
parent 210123ac33
commit 2030a6793f
5 changed files with 23 additions and 9 deletions

View File

@ -172,10 +172,11 @@ void CPlayerInterface::yourTurn()
SDL_Delay(5); //give time for other apps
SDL_framerateDelay(mainLoopFramerateKeeper);
}
}
void CPlayerInterface::heroMoved(const HeroMoveDetails & details)
{
}
void CPlayerInterface::handleEvent(SDL_Event *sEvent)