From 1a5ebb44aa4ed3aecc84a8d6f0422d504db1ec44 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 10 Mar 2012 17:37:00 +0000 Subject: Fixed *nix threading issue; Thread objects now use variable names consistent with MCS convention; Fixed a few *nix threading cornercases git-svn-id: http://mc-server.googlecode.com/svn/trunk@392 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/LightingThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/LightingThread.cpp') diff --git a/source/LightingThread.cpp b/source/LightingThread.cpp index e70dc252e..1bddb81bf 100644 --- a/source/LightingThread.cpp +++ b/source/LightingThread.cpp @@ -40,7 +40,7 @@ void cLightingThread::Stop(void) delete *itr; } // for itr - m_Queue[] } - mShouldTerminate = true; + m_ShouldTerminate = true; m_Event.Set(); Wait(); -- cgit v1.2.3