Skip to content

Commit

Permalink
enable new map patches + add cg_printMissingSounds
Browse files Browse the repository at this point in the history
  • Loading branch information
alicealys committed Nov 21, 2024
1 parent 4df16c2 commit f821cce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/client/component/map_patches.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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
}
};
}
Expand Down

0 comments on commit f821cce

Please sign in to comment.