OSDN Git Service

p16 is being worked on a bunch by me wwww [16_ca needs huge amounts of work and I...
[proj16/16.git] / src / lib / 16_tdef.h
index 7ed1ae7..fe5083a 100755 (executable)
 \r
 #define MAXPAGE 4\r
 \r
+#define BDOFSCONV (unsigned __near)\r
+#define BOFS page[1].data\r
+#define DOFS page[0].data\r
+\r
 /*\r
  * typedefs of the game variables!\r
  */\r
@@ -380,8 +384,9 @@ typedef struct
        //ylookup[MAXSCANLINES],\r
        unsigned int offscreen_ofs;\r
        unsigned int pattern_ofs;\r
-       unsigned        bufferofs,linewidth,displayofs;\r
+//     unsigned        bufferofs,linewidth,displayofs;\r
        pan_t           pan;\r
+\r
 } ofs_t;       //unfinished\r
 \r
 typedef struct\r
@@ -717,6 +722,7 @@ typedef struct glob_game_vars
        player_t        player[MaxPlayers];     // player vars\r
        map_view_t      mv[4];\r
 //     sw_t            sw;\r
+       boolean DLStarted;\r
 } global_game_variables_t;\r
 \r
 #ifdef __WATCOMC__\r