From e7f1e50af651ab7c3f6f04ab79e3bff9c58760b5 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 17 Apr 2004 03:36:17 +0000 Subject: [PATCH] Fix bug where useSMserver always equals true. --- stepmania/src/NetworkSyncManager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/NetworkSyncManager.cpp b/stepmania/src/NetworkSyncManager.cpp index 4225ae01ab..67051b822c 100644 --- a/stepmania/src/NetworkSyncManager.cpp +++ b/stepmania/src/NetworkSyncManager.cpp @@ -60,6 +60,8 @@ void NetworkSyncManager::StartUp() } } + else + return; useSMserver = true;