From 064173fef138abd455cbb6b90ae831aacbe49b3e Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 1 Nov 2020 05:55:57 +0100 Subject: [PATCH] Add description for nthread_has_500ms_passed (#2141) --- Source/nthread.cpp | 6 ++++++ 1 file changed, 6 insertions(+) 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;