1
0
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:
2011-04-08 00:05:33 -07:00
parent 3bf6b7e182
commit ff1320388e
4 changed files with 5 additions and 7 deletions

View File

@ -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)