X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fpcxtest.c;h=ba69690221e612609adb2926084a5d6c2b7d0a9f;hb=256be2f6f35912701d3e3770e49e388f462a6acc;hp=1360cb6d631944b09f265599b94e72009ef1da8d;hpb=02ebe5d276d33d55b9d46fef19a8ef939b7c9743;p=16.git diff --git a/src/pcxtest.c b/src/pcxtest.c index 1360cb6d..ba696902 100755 --- a/src/pcxtest.c +++ b/src/pcxtest.c @@ -25,20 +25,19 @@ #include #include "src/lib/16_vl.h" #include "src/lib/bitmap.h" -#include "src/lib/16render.h" +#include "16/src/lib/16render.h" #include "src/lib/16_in.h" #include "src/lib/16_tail.h" static word far* clockw= (word far*) 0x046C; /* 18.2hz clock */ -#define PCXBMPVAR player[0].data +#define PCXBMPVAR gvar.player[0].data #define PCXBMP *PCXBMPVAR #define PCXBMPPTR PCXBMPVAR void main() { static global_game_variables_t gvar; - static player_t player[MaxPlayers]; //---- planar_buf_t *p; word start; float t1, t2;