Changeset - r626:fc1f45d9ed0d
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2004-12-13 16:51:10
truelight@openttd.org
(svn r1056) -Fix: [Network] Give the dedicated-server always a console in windows (sign_de)
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
dedicated.c
Show inline comments
 
@@ -32,6 +32,12 @@ static const char *DedicatedVideoStart(c
 
	_debug_net_level = 6;
 
	_debug_misc_level = 0;
 

	
 
#ifdef WIN32
 
	// For win32 we need to allocate an console (debug mode does the same)
 
	CreateConsole();
 
	SetConsoleTitle("OpenTTD Dedicated Server");
 
#endif
 

	
 
	DEBUG(misc,0)("Loading dedicated server...");
 
	return NULL;
 
}
0 comments (0 inline, 0 general)