]> 4ch.mooo.com Git - 16.git/blobdiff - src/pcxtest.c
16_ca needs huge amounts of work and I should remember what needs to be done soon...
[16.git] / src / pcxtest.c
index 1360cb6d631944b09f265599b94e72009ef1da8d..ba69690221e612609adb2926084a5d6c2b7d0a9f 100755 (executable)
 #include <string.h>\r
 #include "src/lib/16_vl.h"\r
 #include "src/lib/bitmap.h"\r
-#include "src/lib/16render.h"\r
+#include "16/src/lib/16render.h"\r
 #include "src/lib/16_in.h"\r
 \r
 #include "src/lib/16_tail.h"\r
 \r
 static word far* clockw= (word far*) 0x046C; /* 18.2hz clock */\r
 \r
-#define PCXBMPVAR              player[0].data\r
+#define PCXBMPVAR              gvar.player[0].data\r
 #define PCXBMP                 *PCXBMPVAR\r
 #define PCXBMPPTR              PCXBMPVAR\r
 \r
 void main() {\r
        static global_game_variables_t gvar;\r
-       static player_t player[MaxPlayers];\r
 //---- planar_buf_t *p;\r
        word start;\r
        float t1, t2;\r