Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sp/src/game/server/props.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#include "physics_collisionevent.h"
#include "gamestats.h"
#include "vehicle_base.h"
#include "physics_saverestore.h"
#ifdef MAPBASE
#include "mapbase/GlobalStrings.h"
#include "collisionutils.h"
Expand Down Expand Up @@ -7186,6 +7187,7 @@ bool UTIL_CreateScaledPhysObject( CBaseAnimating *pInstance, float flScale )

pInstance->VPhysicsDestroyObject();
pInstance->VPhysicsSetObject( pNewObject );
g_pPhysSaveRestoreManager->AssociateModel( pNewObject, pInstance->GetModelIndex() );

// Increase our model bounds
const model_t *pModel = modelinfo->GetModel( pInstance->GetModelIndex() );
Expand Down
Loading