From 5da196639fdcddd15014ad2398393724cb51f6d0 Mon Sep 17 00:00:00 2001 From: Zack Middleton <zack@cloemail.com> Date: Sun, 4 Jun 2023 14:28:17 -0500 Subject: [PATCH] Fix event names for debug messages --- engine/code/game/bg_misc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/code/game/bg_misc.c b/engine/code/game/bg_misc.c index bf4aba50..ad1bd188 100644 --- a/engine/code/game/bg_misc.c +++ b/engine/code/game/bg_misc.c @@ -1691,9 +1691,9 @@ char *eventnames[] = { "EV_NOAMMO", "EV_CHANGE_WEAPON", "EV_FIRE_WEAPON", - "EV_ALTFIRE_WEAPON", // STONELANCE "EV_HAZARD", + "EV_ALTFIRE_WEAPON", "EV_FIRE_REARWEAPON", // END @@ -1757,7 +1757,7 @@ char *eventnames[] = { //Q3Rally Code End "EV_SCOREPLUM", // score plum -//#ifdef MISSIONPACK +#ifdef MISSIONPACK "EV_PROXIMITY_MINE_STICK", "EV_PROXIMITY_MINE_TRIGGER", "EV_KAMIKAZE", // kamikaze explodes @@ -1766,7 +1766,7 @@ char *eventnames[] = { "EV_INVUL_IMPACT", // invulnerability sphere impact "EV_JUICED", // invulnerability juiced effect "EV_LIGHTNINGBOLT", // lightning bolt bounced of invulnerability sphere -//#endif +#endif "EV_DEBUG_LINE", "EV_STOPLOOPINGSOUND",