X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fpcxtest2.c;h=c65f4e9411a73068f87d59e9ba59d14f0405ead0;hb=c11666ac6f605f561e9c6c6f2bba3bccea4a7b18;hp=167e1f6a46f955f2b8071112cec982b1ad1bad63;hpb=631d2bde47de81ead5300f7aca378447387f254c;p=16.git diff --git a/src/pcxtest2.c b/src/pcxtest2.c index 167e1f6a..c65f4e94 100755 --- a/src/pcxtest2.c +++ b/src/pcxtest2.c @@ -23,11 +23,11 @@ #include #include #include -#include "src/lib/modex16.h" +#include "src/lib/16_vl.h" #include "src/lib/bitmap.h" //----#include "src/lib/planar.h" -global_game_variables_t gvar; +static word far* clockw= (word far*) 0x046C; /* 18.2hz clock */ /* void @@ -55,6 +55,7 @@ DrawPBuf(page_t *page, int x, int y, planar_buf_t *p, byte sprite) */ void main() { + static global_game_variables_t gvar; bitmap_t bmp; //---- planar_buf_t *p; int i;