mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
A few minor tweaks (apparently the -DCLIENT is not needed, and is ignored by plVault anyway :( )
This commit is contained in:
@ -777,7 +777,7 @@ static void ProcessDeadlock_CS (const char occasion[], bool crashIt = true) {
|
||||
|
||||
//============================================================================
|
||||
static void DeadlockCheckProc (void *) {
|
||||
while (s_running) {
|
||||
while (s_running) {
|
||||
Sleep(5 * 1000);
|
||||
|
||||
if (!s_deadlockEnabled)
|
||||
|
Reference in New Issue
Block a user