X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Ftest.c;h=363047f2fbca5c1d79e150d1c1db8adb4ff976d6;hb=0d74366bee7e966aebb95eaaef4f11b088b5d02f;hp=098c12a7f71833fdb11d8615cfbca93b84fed013;hpb=47cdc66151d973d975d0e31fb8a786eb639bebdb;p=16.git diff --git a/src/test.c b/src/test.c index 098c12a7..363047f2 100755 --- a/src/test.c +++ b/src/test.c @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 + * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -21,18 +21,19 @@ */ #include -#include "src/lib/modex16.h" +#include "src/lib/16_vl.h" #include "src/lib/16_in.h" #include "src/lib/scroll16.h" #include "src/lib/bakapee.h" -global_game_variables_t gvar; +static word far* clockw= (word far*) 0x046C; /* 18.2hz clock */ 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;