]> 4ch.mooo.com Git - 16.git/blobdiff - src/vrstest.c
wwww
[16.git] / src / vrstest.c
index 129c6da691541589fe5d25ba0e85eff9c596b665..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;
-       word w=1;
+       word w=0;
 
 
 
@@ -177,9 +177,9 @@ void main() {
        {
                switch(w)
                {
-                       case 16384:
+                       case 1024:
                                modexPalUpdate0(pal);
-                               w=1;
+                               w=0;
                        default:
                                w++;
                        break;