X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_window.pas;h=40f74029241e05bdffc5aee7fc686c0d009fd98f;hb=981037c01006b8a8bea65b69a75ba9f7353b295d;hp=8b8919633da10cb3f2908cf0730e0ad809c45deb;hpb=966e88968e6a2ba968187fe82144874aae35d02a;p=d2df-sdl.git diff --git a/src/game/g_window.pas b/src/game/g_window.pas index 8b89196..40f7402 100644 --- a/src/game/g_window.pas +++ b/src/game/g_window.pas @@ -440,8 +440,7 @@ begin Result := True; end; - SDL_KEYDOWN, - SDL_KEYUP: + SDL_KEYDOWN, SDL_KEYUP: begin key := ev.key.keysym.scancode; if (g_holmes_enabled) then @@ -815,10 +814,6 @@ 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) = '--tree-draw' then gdbg_map_use_tree_draw := true; - //if ParamStr(idx) = '--grid-draw' then gdbg_map_use_tree_draw := false; - //if ParamStr(idx) = '--tree-coldet' then gdbg_map_use_tree_coldet := true; - //if ParamStr(idx) = '--grid-coldet' then gdbg_map_use_tree_coldet := false; if ParamStr(idx) = '--no-particles' then gpart_dbg_enabled := false; if ParamStr(idx) = '--no-los' then gmon_dbg_los_enabled := false; @@ -833,15 +828,9 @@ begin if ParamStr(idx) = '--no-particle-phys' then gpart_dbg_phys_enabled := false; if ParamStr(idx) = '--no-particle-physics' then gpart_dbg_phys_enabled := false; - if ParamStr(idx) = '--holmes' then g_holmes_enabled := false; + if ParamStr(idx) = '--holmes' then begin g_holmes_enabled := true; g_Game_SetDebugMode(); end; end; - //if gdbg_map_use_tree_draw then e_WriteLog('using TREE renderer', MSG_NOTIFY); - //if not gdbg_map_use_tree_draw then e_WriteLog('using GRID renderer', MSG_NOTIFY); - - //if gdbg_map_use_tree_coldet then e_WriteLog('using TREE coldet', MSG_NOTIFY); - //if not gdbg_map_use_tree_coldet then e_WriteLog('using GRID coldet', MSG_NOTIFY); - e_WriteLog('Initializing OpenGL', MSG_NOTIFY); InitOpenGL(gVSync);