From 5a1cd7d2cf23834c5727ec7ed48b52803a0d3eb7 Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Wed, 23 Aug 2017 21:45:28 +0300 Subject: [PATCH] "--holmes" now turns on debug mode too (and it really works now) --- src/game/g_window.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/g_window.pas b/src/game/g_window.pas index 8b89196..f5249cc 100644 --- a/src/game/g_window.pas +++ b/src/game/g_window.pas @@ -833,7 +833,7 @@ 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); -- 2.29.2