Merge branch 'master' of github.com:diasurgical/devilution

This commit is contained in:
Anders Jenbo 2020-11-02 03:59:47 +01:00
commit 4794c8357c
23 changed files with 505 additions and 565 deletions

View file

@ -220,6 +220,11 @@ void nthread_ignore_mutex(BOOL bStart)
}
}
/**
* @brief Checks if it's time for the logic to advance
* @param unused
* @return True if the engine should tick
*/
BOOL nthread_has_500ms_passed(BOOL unused)
{
DWORD currentTickCount;