about summary refs log tree commit diff stats
path: root/src/wrapped32/wrappedcrashhandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped32/wrappedcrashhandler.c')
-rwxr-xr-xsrc/wrapped32/wrappedcrashhandler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped32/wrappedcrashhandler.c b/src/wrapped32/wrappedcrashhandler.c
index 2a205298..8e8e68fa 100755
--- a/src/wrapped32/wrappedcrashhandler.c
+++ b/src/wrapped32/wrappedcrashhandler.c
@@ -21,7 +21,7 @@ static const char* crashhandlerName = "crashhandler.so";
 #define LIBNAME crashhandler
 
 #define PRE_INIT                                                \
-    if(!(box64_steam || box64_steamcmd))                        \
+    if(!box64_dummy_crashhandler)                               \
         return -1;                                              \
     if(1)                                                       \
         lib->w.lib = dlopen(NULL, RTLD_LAZY | RTLD_GLOBAL);\