]> 4ch.mooo.com Git - 16.git/blobdiff - src/vgacamm.c
palllist not being worked on right now... i will work on sprite animation VERY soon
[16.git] / src / vgacamm.c
index e77fbc6e805ceebf9cc779bea029b0e66d71a081..3c856f30f7a50605a94e6f15601b2fb76809dc1a 100755 (executable)
  *\r
  */\r
 \r
-#include "src/lib/modex16.h"\r
+#include "src/lib/16_vl.h"\r
 #include "src/lib/16_sprit.h"\r
 #include "src/lib/16_ca.h"\r
 #include "src/lib/16_mm.h"\r
 \r
+static word far* clockw= (word far*) 0x046C; /* 18.2hz clock */\r
+\r
 void main() {\r
-       global_game_variables_t gvar;\r
+       static global_game_variables_t gvar;\r
        __segment sega;\r
        memptr bigbuffer;\r
        int i;\r