summaryrefslogtreecommitdiffstats
path: root/src/weapons/CProjectileInfo.cpp
blob: f3c78ed850b43fb213a643a2cd8d01236c1f3395 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include "CProjectileInfo.h"

CProjectileInfo *gaProjectileInfo = (CProjectileInfo *)0x64ED50;
CProjectileInfo *CProjectileInfo::ms_apProjectile = (CProjectileInfo *)0x87C748;

CProjectileInfo *
CProjectileInfo::GetProjectileInfo(int32 id)
{
	return &gaProjectileInfo[id];
}