X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_game.pas;h=963f8aec27dfa4e0f4586e9ecfbbecd6c69f203c;hb=05aba7adb84afae3a6e495d593466468e54cc1c9;hp=811148cf456bfb8fb4a54703ca79ebf0ad567361;hpb=f0c98dc86657bdc08f6049872f12b554e1654fa4;p=d2df-sdl.git diff --git a/src/game/g_game.pas b/src/game/g_game.pas index 811148c..963f8ae 100644 --- a/src/game/g_game.pas +++ b/src/game/g_game.pas @@ -6488,7 +6488,12 @@ begin // Debug mode: s := Find_Param_Value(pars, '--debug'); if (s <> '') then + begin g_Game_SetDebugMode(); + s := Find_Param_Value(pars, '--netdump'); + if (s <> '') then + NetDump := True; + end; // Connect when game loads ip := Find_Param_Value(pars, '-connect');