summaryrefslogtreecommitdiffstats
path: root/src/weapons/CProjectileInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/weapons/CProjectileInfo.cpp')
-rw-r--r--src/weapons/CProjectileInfo.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/weapons/CProjectileInfo.cpp b/src/weapons/CProjectileInfo.cpp
deleted file mode 100644
index f3c78ed8..00000000
--- a/src/weapons/CProjectileInfo.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "CProjectileInfo.h"
-
-CProjectileInfo *gaProjectileInfo = (CProjectileInfo *)0x64ED50;
-CProjectileInfo *CProjectileInfo::ms_apProjectile = (CProjectileInfo *)0x87C748;
-
-CProjectileInfo *
-CProjectileInfo::GetProjectileInfo(int32 id)
-{
- return &gaProjectileInfo[id];
-}