]> 4ch.mooo.com Git - 16.git/blobdiff - src/test2.c
cleaned up the repo from debugging watcom2 ^^
[16.git] / src / test2.c
index e10597f8f09d49cb38c182ed13ce1af92bbd4f75..8fa3a4e2b80997c019cdc186a3762e6fe16795be 100755 (executable)
@@ -1,5 +1,5 @@
 /* Project 16 Source Code~\r
- * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669\r
+ * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123\r
  *\r
  * This file is part of Project 16.\r
  *\r
@@ -56,17 +56,17 @@ void main() {
     /* create the planar buffer */\r
     p = planar_buf_from_bitmap(&bmp);\r
 \r
-    /* print out the contents of each plane */\r
-    for(plane=0; plane < 4; plane++) {\r
-        i=0;\r
-       printf("Plane %d\n", plane);\r
-       for(y=0; y < p->height; y++) {\r
-           for(x=0; x < p->pwidth; x++) {\r
-               printf("%02X ", (int) p->plane[plane][i++]);\r
-           }\r
-           printf("\n");\r
+       /* print out the contents of each plane */\r
+       for(plane=0; plane < 4; plane++) {\r
+               i=0;\r
+               printf("Plane %d\n", plane);\r
+               for(y=0; y < p->height; y++) {\r
+                       for(x=0; x < p->pwidth; x++) {\r
+                               printf("%02X ", (int) p->plane[plane][i++]);\r
+                       }\r
+                       printf("\n");\r
+               }\r
        }\r
-    }\r
                /*__asm\r
                {\r
                        mov ah,31h\r