X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_window.pas;h=582c2d98973da6f38b5819829fc5c807d10e1a3b;hb=e27a7539a5cd40fb3a15c6daef0e18817b7c9bd8;hp=450afde4334c352e216dab131aaf1ae687d647b3;hpb=fc692e6779ebf28c181f1933333cdaf921c1faba;p=d2df-sdl.git diff --git a/src/game/g_window.pas b/src/game/g_window.pas index 450afde..582c2d9 100644 --- a/src/game/g_window.pas +++ b/src/game/g_window.pas @@ -709,6 +709,8 @@ begin if ParamStr(idx) = '--opengl-dump-exts' then gwin_dump_extensions := true; if ParamStr(idx) = '--twinkletwinkle' then gwin_k8_enable_light_experiments := true; if ParamStr(idx) = '--jah' then g_profile_history_size := 100; + if ParamStr(idx) = '--sap' then gdbg_map_use_sap := true; + if ParamStr(idx) = '--grid' then gdbg_map_use_sap := false; end; e_WriteLog('Initializing OpenGL', MSG_NOTIFY);