mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- fixed sound origin of the Mage Wand's missile.
SVN r1377 (trunk)
This commit is contained in:
parent
fb9601b9eb
commit
176608cbf4
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
January 29, 2009 (Changes by Graf Zahl)
|
||||||
|
- fixed sound origin of the Mage Wand's missile.
|
||||||
|
|
||||||
January 28, 2009 (Changes by Graf Zahl)
|
January 28, 2009 (Changes by Graf Zahl)
|
||||||
- Added APROP_Dropped actor property.
|
- Added APROP_Dropped actor property.
|
||||||
- Fixed: The compatmode CVAR needs CVAR_NOINITCALL so that the compatibility
|
- Fixed: The compatmode CVAR needs CVAR_NOINITCALL so that the compatibility
|
||||||
|
|
|
@ -51,6 +51,7 @@ ACTOR MageWandMissile : FastProjectile native
|
||||||
Height 8
|
Height 8
|
||||||
Damage 2
|
Damage 2
|
||||||
+RIPPER +CANNOTPUSH +NODAMAGETHRUST
|
+RIPPER +CANNOTPUSH +NODAMAGETHRUST
|
||||||
|
+SPAWNSOUNDSOURCE
|
||||||
SeeSound "MageWandFire"
|
SeeSound "MageWandFire"
|
||||||
States
|
States
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue