mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'remove-scramble' into 'master'
Comment out SCRAMBLE_REMOVED See merge request KartKrew/Kart!1999
This commit is contained in:
commit
fb07077c1c
1 changed files with 1 additions and 1 deletions
|
|
@ -11290,7 +11290,7 @@ tic_t itemrespawntime[ITEMQUESIZE];
|
||||||
size_t iquehead, iquetail;
|
size_t iquehead, iquetail;
|
||||||
|
|
||||||
#ifdef PARANOIA
|
#ifdef PARANOIA
|
||||||
#define SCRAMBLE_REMOVED // Force debug build to crash when Removed mobj is accessed
|
//#define SCRAMBLE_REMOVED // Force debug build to crash when Removed mobj is accessed
|
||||||
#endif
|
#endif
|
||||||
void P_RemoveMobj(mobj_t *mobj)
|
void P_RemoveMobj(mobj_t *mobj)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue