]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix respawn_ghost effectinfo definition
authorMario <mario.mario@y7mail.com>
Thu, 16 Jul 2020 17:45:42 +0000 (03:45 +1000)
committerMario <mario.mario@y7mail.com>
Thu, 16 Jul 2020 17:45:42 +0000 (03:45 +1000)
qcsrc/common/effects/effectinfo.inc

index 80c6bbacf96f9ec6426913aa227862bc2c90bf64..090d2b111902b66247a52978b1c404598a5b4c1a 100644 (file)
@@ -9089,8 +9089,8 @@ SUB(TE_TEI_G3_HIT) {
 }
 
 // respawn ghosts effect
 }
 
 // respawn ghosts effect
-DEF(RESPAWN_GHOST);
-SUB(RESPAWN_GHOST) {
+DEF(respawn_ghost);
+SUB(respawn_ghost) {
        MY(count) = 75;
        MY(type) = "static";
        MY(color_min) = "0xA0A0A0";
        MY(count) = 75;
        MY(type) = "static";
        MY(color_min) = "0xA0A0A0";