Changeset - r17980:78ca8f77df52
[Not reviewed]
master
0 1 0
rubidium - 13 years ago 2011-08-21 13:10:19
rubidium@openttd.org
(svn r22799) -Fix (r22792): compile failure when there is no networking support
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/openttd.cpp
Show inline comments
 
@@ -718,7 +718,11 @@ int ttd_main(int argc, char *argv[])
 

	
 
	CheckForMissingGlyphsInLoadedLanguagePack();
 

	
 
#if defined(ENABLE_NETWORK)
 
	ScanNewGRFFiles(new AfterNewGRFScan(network ? network_conn : NULL, join_server_password, join_company_password));
 
#else
 
	ScanNewGRFFiles(new AfterNewGRFScan(NULL, NULL, NULL));
 
#endif
 

	
 
	_video_driver->MainLoop();
 

	
0 comments (0 inline, 0 general)