mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- forgot something.
SVN r1895 (trunk)
This commit is contained in:
parent
3d8d176087
commit
5c105c0cad
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@ DEFINE_ACTION_FUNCTION(AActor, A_MWandAttack)
|
||||||
{
|
{
|
||||||
AActor *mo;
|
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);
|
S_Sound (self, CHAN_WEAPON, "MageWandFire", 1, ATTN_NORM);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue