From 77750438ef32470df08cdd26f5526d32a65492a0 Mon Sep 17 00:00:00 2001 From: Lach Date: Tue, 11 Jul 2023 21:51:29 +1000 Subject: [PATCH] Change symbol thing type to 4094 --- src/info.c | 2 +- src/p_setup.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/info.c b/src/info.c index e367e410b..99041f6af 100644 --- a/src/info.c +++ b/src/info.c @@ -26291,7 +26291,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] = }, { // MT_SYMBOL - 4095, // doomednum + 4094, // doomednum S_SYMBOL_0, // spawnstate 1000, // spawnhealth S_NULL, // seestate diff --git a/src/p_setup.c b/src/p_setup.c index 0bd849557..27b771df1 100644 --- a/src/p_setup.c +++ b/src/p_setup.c @@ -7202,7 +7202,7 @@ static void P_ConvertBinaryThingTypes(void) case CEILING_SLOPE_THING: mapthings[i].args[0] = mapthings[i].extrainfo; break; - case 4095: // MT_SYMBOL + case 4094: // MT_SYMBOL mapthings[i].args[0] = mapthings[i].extrainfo; if (mapthings[i].options & MTF_OBJECTSPECIAL) {