]> 4ch.mooo.com Git - 16.git/blobdiff - 16/modex16/pcxtest.c
having the palette in the game code may help. also i added wolf3d's palette for exama...
[16.git] / 16 / modex16 / pcxtest.c
old mode 100644 (file)
new mode 100755 (executable)
index 9cd1903..7373e88
@@ -1,5 +1,6 @@
 #include <stdio.h>\r
 #include "modex16.h"\r
+#include "bitmap.h"\r
 \r
 word far* clock= (word far*) 0x046C; /* 18.2hz clock */\r
 \r
@@ -32,7 +33,7 @@ void main() {
 \r
     page=modexDefaultPage();\r
 \r
-    bmp = modexLoadPcx("ed.pcx");\r
+    bmp = bitmapLoadPcx("46113319.pcx");\r
     modexEnter();\r
 \r
     /* fix up the palette and everything */\r