aboutsummaryrefslogtreecommitdiff
path: root/sword2/interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/interpreter.h')
-rw-r--r--sword2/interpreter.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sword2/interpreter.h b/sword2/interpreter.h
index 769267278b..6d6059cb7f 100644
--- a/sword2/interpreter.h
+++ b/sword2/interpreter.h
@@ -31,10 +31,6 @@
#define IR_REPEAT 3
#define IR_GOSUB 4
-#define DEBUG if (g_debugFlag) Zdebug
-
-#define ASSERT(x) { if (!(x)) { Zdebug("Interpreter ASSERT %s,%d", __FILE__, __LINE__); Con_fatal_error("Assert error in interpreter"); } }
-
// Get parameter fix so that the playstation version can handle words not on
// word boundaries