Merge branch 'master' of github.com:diasurgical/devilution
This commit is contained in:
commit
4794c8357c
23 changed files with 505 additions and 565 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue