Disable warning

This commit is contained in:
Maurice Heumann 2021-11-07 09:27:01 +01:00
parent b7ca47699c
commit 93443050dd

View File

@ -752,6 +752,7 @@ namespace Components
int16 Maps::CM_TriggerModelBounds(int modelPointer, Game::Bounds* bounds) { int16 Maps::CM_TriggerModelBounds(int modelPointer, Game::Bounds* bounds) {
#ifdef DEBUG #ifdef DEBUG
Game::MapEnts* ents = *reinterpret_cast<Game::MapEnts**>(0x1AA651C); // Use me for debugging Game::MapEnts* ents = *reinterpret_cast<Game::MapEnts**>(0x1AA651C); // Use me for debugging
(void)ents;
#endif #endif
return Utils::Hook::Call<int16(int, Game::Bounds*)>(0x4416C0)(modelPointer, bounds); return Utils::Hook::Call<int16(int, Game::Bounds*)>(0x4416C0)(modelPointer, bounds);
} }