Added a bit to vid_null.c to aid those making new targets. Nothing big.

This commit is contained in:
Eric Windisch 2000-01-09 01:23:36 +00:00
parent c5b5abd9ee
commit 9a2146c1da

View file

@ -29,6 +29,9 @@ viddef_t vid; // global video state
#define BASEWIDTH 320
#define BASEHEIGHT 200
// Number of items in the options menu: none extra is 13
#define OPTIONS_ITEMS 13
byte vid_buffer[BASEWIDTH*BASEHEIGHT];
short zbuffer[BASEWIDTH*BASEHEIGHT];
byte surfcache[256*1024];