File diff r25013:4c02a1340d93 → r25014:e1f1bf3a062e
src/video/dedicated_v.cpp
Show inline comments
 
@@ -264,12 +264,14 @@ void VideoDriver_Dedicated::MainLoop()
 
		} else {
 
			/* We can load this game, so go ahead */
 
			SwitchToMode(SM_LOAD_GAME);
 
		}
 
	}
 

	
 
	this->is_game_threaded = false;
 

	
 
	/* Done loading, start game! */
 

	
 
	if (!_networking) {
 
		DEBUG(net, 0, "Dedicated server could not be started, aborting");
 
		return;
 
	}