From 97aff179c1e436ccb369ee2a08f25d9250ef637f Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Mon, 19 Aug 2013 22:48:13 +0200 Subject: Debuggers: Added continuous hunger reporting. Showcases the OnWorldTick() hook to fire events at regular intervals. Will be used for debugging the issues related to hyper-hunger. --- source/DeadlockDetect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/DeadlockDetect.cpp') diff --git a/source/DeadlockDetect.cpp b/source/DeadlockDetect.cpp index de9a32d39..5af3f973d 100644 --- a/source/DeadlockDetect.cpp +++ b/source/DeadlockDetect.cpp @@ -62,7 +62,7 @@ bool cDeadlockDetect::Start(void) void cDeadlockDetect::Execute(void) { - // Loop until the event is signalled + // Loop until the signal to terminate: while (!m_ShouldTerminate) { // Check the world ages: -- cgit v1.2.3