X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Ftest.c;h=fe7b401fa4f566cf807b5a677934d70f530b9967;hb=66631d5409667cc804fe7e8622342e9b7d5436b5;hp=dfbc7de857e89c923f66948880f643870382fc4b;hpb=16fee04bfaa2cf218b1a906b0df0ed7e3a5706fa;p=16.git diff --git a/src/test.c b/src/test.c index dfbc7de8..fe7b401f 100755 --- a/src/test.c +++ b/src/test.c @@ -23,17 +23,17 @@ #include #include "src/lib/16_vl.h" #include "src/lib/16_in.h" -#include "src/lib/scroll16.h" +#include "src/lib/16_scr.h" #include "src/lib/bakapee.h" static word far* clockw= (word far*) 0x046C; /* 18.2hz clock */ -global_game_variables_t gvar; player_t player[MaxPlayers]; map_view_t mv[4]; pan_t pan; void main(int argc, char *argv[]) { + static global_game_variables_t gvar; int i, j; word startclk, endclk; word k;