diff --git a/src/sdl/i_system.c b/src/sdl/i_system.c index 352313071..9362a540b 100644 --- a/src/sdl/i_system.c +++ b/src/sdl/i_system.c @@ -1891,8 +1891,8 @@ void I_Error(const char *error, ...) W_Shutdown(); -#if defined (PARANOIA) && defined (__CYGWIN__) - *(INT32 *)2 = 4; //Alam: Debug! +#if defined (PARANOIA) || defined (DEVELOP) + *(INT32 *)0 = 4; //Alam: Debug! #endif exit(-1);