mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Change symbol thing type to 4094
This commit is contained in:
parent
4ad383721d
commit
77750438ef
2 changed files with 2 additions and 2 deletions
|
|
@ -26291,7 +26291,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
|||
},
|
||||
|
||||
{ // MT_SYMBOL
|
||||
4095, // doomednum
|
||||
4094, // doomednum
|
||||
S_SYMBOL_0, // spawnstate
|
||||
1000, // spawnhealth
|
||||
S_NULL, // seestate
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue