summaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/misc.c b/src/misc.c
index ff56e6c1f..591cd1181 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -26,6 +26,12 @@ struct arc4_stream {
uint8 s[256];
} rs;
+// XXX: remove me once the old event system is gone.
+void send_event(char const*, int, ...)
+{
+
+}
+
/*************************************************************************/
/**