summaryrefslogtreecommitdiffstats
path: root/src/entities/Plane.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/Plane.cpp')
-rw-r--r--src/entities/Plane.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/entities/Plane.cpp b/src/entities/Plane.cpp
deleted file mode 100644
index 6e30bced..00000000
--- a/src/entities/Plane.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-#include "common.h"
-#include "patcher.h"
-#include "Plane.h"
-
-CPlane::CPlane(int mi, uint8 owner)
-{
- ctor(mi, owner);
-}
-
-WRAPPER CPlane* CPlane::ctor(int, uint8) { EAXJMP(0x54B170); }
-
-CPlane::~CPlane()
-{
- DeleteRwObject();
-}
-
-STARTPATCHES
-InjectHook(0x54B270, &CPlane::dtor, PATCH_JUMP);
-ENDPATCHES \ No newline at end of file