diff --git a/Source/nthread.cpp b/Source/nthread.cpp index 50b1ee6ef..7c68d7b41 100644 --- a/Source/nthread.cpp +++ b/Source/nthread.cpp @@ -222,6 +222,12 @@ 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;