diff options
Diffstat (limited to 'src/demorec.c')
-rw-r--r-- | src/demorec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/demorec.c b/src/demorec.c index e728ca5..6e3b2ec 100644 --- a/src/demorec.c +++ b/src/demorec.c @@ -29,6 +29,7 @@ #include "mem.h" #include "os.h" #include "ppmagic.h" +#include "sst.h" #include "vcall.h" #include "x86.h" #include "x86util.h" @@ -289,6 +290,7 @@ INIT { } END { + if (!sst_userunloaded) return; // avoid dumb edge case if someone somehow records and immediately unloads if (*recording && *demonum == 0) *demonum = 1; void **vtable = *(void ***)demorecorder; |