Disable warning
This commit is contained in:
parent
b7ca47699c
commit
93443050dd
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user