]> 4ch.mooo.com Git - 16.git/blobdiff - src/test2.c
trying to fix~ palette updater bug! wwww
[16.git] / src / test2.c
index 7759156e0b01178c8a8197b281cc4176a3556c16..48299a41f2d80655d7df21108242e3367f68ef70 100644 (file)
@@ -31,7 +31,7 @@ void main() {
        bmp.data[i] = color;\r
     }*/\r
 
-       bmp = bitmapLoadPcx("data/46113319.pcx");
+       bmp = bitmapLoadPcx("data/koishi^^.pcx");
 \r
     /* create the planar buffer */\r
     p = planar_buf_from_bitmap(&bmp);\r
@@ -47,6 +47,11 @@ void main() {
            printf("\n");\r
        }\r
     }
+               /*__asm
+               {
+                       mov ah,31h
+                       int 21h
+               }*/
 
 //     file = fopen("ptmp0.pcx", "wb");
 \r