mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
Whee.
This commit is contained in:
parent
fde6e5bf61
commit
0c133699d0
1 changed files with 3 additions and 2 deletions
|
@ -31,13 +31,14 @@
|
||||||
|
|
||||||
// LordHavoc: since lightmaps are now allocated only as needed, allow a ridiculous number :)
|
// LordHavoc: since lightmaps are now allocated only as needed, allow a ridiculous number :)
|
||||||
#define MAX_LIGHTMAPS 1024
|
#define MAX_LIGHTMAPS 1024
|
||||||
#define BLOCK_WIDTH 128
|
#define BLOCK_WIDTH 64
|
||||||
#define BLOCK_HEIGHT 128
|
#define BLOCK_HEIGHT 64
|
||||||
|
|
||||||
typedef struct glRect_s {
|
typedef struct glRect_s {
|
||||||
unsigned short l, t, w, h;
|
unsigned short l, t, w, h;
|
||||||
} glRect_t;
|
} glRect_t;
|
||||||
|
|
||||||
|
extern int lm_src_blend, lm_dest_blend;
|
||||||
extern model_t *currentmodel;
|
extern model_t *currentmodel;
|
||||||
extern mvertex_t *r_pcurrentvertbase;
|
extern mvertex_t *r_pcurrentvertbase;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue