DEADSOFTWARE

game: create/refresh hash databases only when the game is going to conntect to any...
[d2df-sdl.git] / src / game / g_main.pas
index 5ea72be400acb2a56f9809a70217175121492ddc..3b84f30eb820982eae315c8147e4eccdfdc9458a 100644 (file)
@@ -161,7 +161,7 @@ begin
   g_holmes_imfunctional := not flexloaded;
 {$ENDIF}
 
-  g_Res_CreateDatabases();
+  //g_Res_CreateDatabases(); // it will be done before connecting to the server for the first time
 
   e_WriteLog('Entering SDLMain', TMsgType.Notify);