aboutsummaryrefslogtreecommitdiff
path: root/games/scorched3d/files/patch-src-engine-ActionMeta.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/scorched3d/files/patch-src-engine-ActionMeta.h')
-rw-r--r--games/scorched3d/files/patch-src-engine-ActionMeta.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/scorched3d/files/patch-src-engine-ActionMeta.h b/games/scorched3d/files/patch-src-engine-ActionMeta.h
deleted file mode 100644
index 5b3ef2fe98e6..000000000000
--- a/games/scorched3d/files/patch-src-engine-ActionMeta.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/engine/ActionMeta.h.orig Wed Jul 30 17:41:29 2003
-+++ src/engine/ActionMeta.h Sun Aug 3 09:07:12 2003
-@@ -29,7 +29,7 @@
-
- #define REGISTER_ACTION_HEADER(x) \
- virtual const char *getActionName() { return #x ; } \
-- ##x *getActionCopy() { return new x ; } \
-+ x *getActionCopy() { return new x ; } \
- virtual bool getReferenced() { return true; }
- #define REGISTER_ACTION_SOURCE(x) \
- struct META_##x { META_##x() { ActionMetaRegistration::addMap(#x , new x ); } }; \