X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_window.pas;h=0649801b4c86fe66fc1fb5e3ec59dd5e59e35e09;hb=b1e7f99d9eea1711acf7471e9827500acccc5820;hp=d3850c8e666e10422bfc13eeeb1a587be1c76b0c;hpb=6a0ee279ed5492f6c9965de45cb9a430e0b82e39;p=d2df-sdl.git diff --git a/src/game/g_window.pas b/src/game/g_window.pas index d3850c8..0649801 100644 --- a/src/game/g_window.pas +++ b/src/game/g_window.pas @@ -25,7 +25,6 @@ procedure ResetTimer (); procedure ProcessLoading (forceUpdate: Boolean = False); var - gwin_dump_extensions: Boolean = false; gwin_has_stencil: Boolean = false; gwin_k8_enable_light_experiments: Boolean = false; g_dbg_aimline_on: Boolean = false; @@ -256,8 +255,6 @@ begin begin arg := ParamStr(idx); Inc(idx); - if arg = '--opengl-dump-exts' then gwin_dump_extensions := true; - //if arg = '--twinkletwinkle' then gwin_k8_enable_light_experiments := true; if arg = '--jah' then g_profile_history_size := 100; if arg = '--no-particles' then gpart_dbg_enabled := false; if arg = '--no-los' then gmon_dbg_los_enabled := false; @@ -360,7 +357,6 @@ begin if (glLegacyNPOT) then e_logWriteln('NPOT texture emulation: enabled') else e_logWriteln('NPOT texture emulation: disabled'); end; - gwin_dump_extensions := false; Init; Time_Old := sys_GetTicks();