- forgot something.

SVN r1895 (trunk)
This commit is contained in:
Christoph Oelckers 2009-10-03 17:52:49 +00:00
parent 3d8d176087
commit 5c105c0cad
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ DEFINE_ACTION_FUNCTION(AActor, A_MWandAttack)
{
AActor *mo;
mo = P_SpawnPlayerMissile (self, RUNTIME_CLASS(AMageWandMissile));
mo = P_SpawnPlayerMissile (self, PClass::FindClass("MageWandMissile"));
S_Sound (self, CHAN_WEAPON, "MageWandFire", 1, ATTN_NORM);
}