summaryrefslogtreecommitdiffstats
path: root/src/render/Instance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/Instance.cpp')
-rw-r--r--src/render/Instance.cpp13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/render/Instance.cpp b/src/render/Instance.cpp
index 775341be..be6d73d6 100644
--- a/src/render/Instance.cpp
+++ b/src/render/Instance.cpp
@@ -1,5 +1,5 @@
#include "common.h"
-#include "patcher.h"
+
#include "Instance.h"
void
@@ -7,14 +7,3 @@ CInstance::Shutdown()
{
GetMatrix().Detach();
}
-
-class CInstance_ : public CInstance
-{
-public:
- void dtor() { CInstance::~CInstance(); }
-};
-
-STARTPATCHES
- InjectHook(0x50BE90, &CInstance_::dtor, PATCH_JUMP);
- InjectHook(0x50B850, &CInstance::Shutdown, PATCH_JUMP);
-ENDPATCHES