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/cWorld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cWorld.cpp') diff --git a/source/cWorld.cpp b/source/cWorld.cpp index 4f03ff87e..aab874b7e 100644 --- a/source/cWorld.cpp +++ b/source/cWorld.cpp @@ -113,7 +113,7 @@ protected: for (int i = 0; i < 20; i++) { cSleep::MilliSleep(100); - if (mShouldTerminate) + if (m_ShouldTerminate) { return; } -- cgit v1.2.3