]> 4ch.mooo.com Git - 16.git/blobdiff - src/test.c
merged mapread files w
[16.git] / src / test.c
index dfbc7de857e89c923f66948880f643870382fc4b..fe7b401fa4f566cf807b5a677934d70f530b9967 100755 (executable)
 #include <stdio.h>\r
 #include "src/lib/16_vl.h"\r
 #include "src/lib/16_in.h"\r
-#include "src/lib/scroll16.h"\r
+#include "src/lib/16_scr.h"\r
 #include "src/lib/bakapee.h"\r
 \r
 static word far* clockw= (word far*) 0x046C; /* 18.2hz clock */\r
-global_game_variables_t gvar;\r
 player_t player[MaxPlayers];\r
 map_view_t mv[4];\r
 pan_t pan;\r
 \r
 void main(int argc, char *argv[])\r
 {\r
+       static global_game_variables_t gvar;\r
        int i, j;\r
        word startclk, endclk;\r
        word k;\r