From f821cce660c597639fa1ab6ff88eb5e80ffe02f7 Mon Sep 17 00:00:00 2001 From: alice <58637860+alicealys@users.noreply.github.com> Date: Thu, 21 Nov 2024 23:24:27 +0100 Subject: [PATCH] enable new map patches + add cg_printMissingSounds --- src/client/component/map_patches.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/client/component/map_patches.cpp b/src/client/component/map_patches.cpp index 6cf5fa71..f6dbb90c 100644 --- a/src/client/component/map_patches.cpp +++ b/src/client/component/map_patches.cpp @@ -1062,7 +1062,6 @@ namespace map_patches // workaround for zonetool issue r_filter_things_into_cells_r_hook.create(0x140724720, r_filter_things_into_cells_r_stub); -#ifdef DEBUG r_lightGridNonCompressed = dvars::register_bool("r_lightGridNonCompressed", false, game::DVAR_FLAG_NONE, "Use old lightgrid data, if available."); r_lightgrid_lookup_hook.create(0x1407AEE50, r_lightgrid_lookup_stub); @@ -1074,7 +1073,6 @@ namespace map_patches r_get_lighting_info_for_effects_hook.create(0x1407AD640, r_get_lighting_info_for_effects_stub); material_compare_hook.create(0x14075B0E0, material_compare_stub); -#endif } }; }