summaryrefslogtreecommitdiff
path: root/src/heretic/v_video.c
diff options
context:
space:
mode:
authorSimon Howard2008-09-17 20:07:18 +0000
committerSimon Howard2008-09-17 20:07:18 +0000
commit90056c594d74eb1b938e34d02833435bd23e0bf7 (patch)
tree8d8b0ebee70c0ee650ca2751984139ede61c2c0a /src/heretic/v_video.c
parent967d3910e3957417630085237a95cdac546b1bd4 (diff)
downloadchocolate-doom-90056c594d74eb1b938e34d02833435bd23e0bf7.tar.gz
chocolate-doom-90056c594d74eb1b938e34d02833435bd23e0bf7.tar.bz2
chocolate-doom-90056c594d74eb1b938e34d02833435bd23e0bf7.zip
Remove heretic definitions for fixed math arithmetic and endianness
conversion macros; use the ones from the common code. Subversion-branch: /branches/raven-branch Subversion-revision: 1242
Diffstat (limited to 'src/heretic/v_video.c')
-rw-r--r--src/heretic/v_video.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/heretic/v_video.c b/src/heretic/v_video.c
index 09812ce0..28d2f476 100644
--- a/src/heretic/v_video.c
+++ b/src/heretic/v_video.c
@@ -25,6 +25,8 @@
#include "doomdef.h"
+#include "i_swap.h"
+
#define SC_INDEX 0x3c4
byte *screen;