projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c95332a
)
Fix respawn_ghost effectinfo definition
author
Mario <mario.mario@y7mail.com>
Thu, 16 Jul 2020 17:45:42 +0000
(
03:45
+1000)
committer
Mario <mario.mario@y7mail.com>
Thu, 16 Jul 2020 17:45:42 +0000
(
03:45
+1000)
qcsrc/common/effects/effectinfo.inc
patch
|
blob
|
history
diff --git
a/qcsrc/common/effects/effectinfo.inc
b/qcsrc/common/effects/effectinfo.inc
index
80c6bba
..
090d2b1
100644
(file)
--- a/
qcsrc/common/effects/effectinfo.inc
+++ b/
qcsrc/common/effects/effectinfo.inc
@@
-9089,8
+9089,8
@@
SUB(TE_TEI_G3_HIT) {
}
// 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";