mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
Added a bit to vid_null.c to aid those making new targets. Nothing big.
This commit is contained in:
parent
c5b5abd9ee
commit
9a2146c1da
1 changed files with 3 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue