]> 4ch.mooo.com Git - 16.git/blobdiff - src/vrstest.c
wwww oops
[16.git] / src / vrstest.c
index f971d44254e2d620108e0e6cf9d655115d98a41d..b168b3d1be562d3bca55fc683be6ee291810dad7 100755 (executable)
@@ -24,7 +24,7 @@
 #include <dos.h>
 #include <string.h>
 #include "src/lib/modex16.h"
-#include "src/lib/16_sprite.h"
+#include "src/lib/16_sprit.h"
 #include "src/lib/16_ca.h"
 #include "src/lib/16_mm.h"
 
@@ -52,7 +52,7 @@ void main() {
        struct vrl1_vgax_header huge *curr_vrl;
        struct vrl_container *vrl;
        int success;
-       byte w=1;
+       word w=0;
 
 
 
@@ -177,9 +177,9 @@ void main() {
        {
                switch(w)
                {
-                       case 252:
+                       case 1024:
                                modexPalUpdate0(pal);
-                               w=1;
+                               w=0;
                        default:
                                w++;
                        break;