mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-21 11:21:18 +00:00
treerace from the slide mod (http://singe.telefragged.com/slide/index.html,
very fun:) needs 140!! lightmaps. Make the max 256 for some headroom.
This commit is contained in:
parent
784f11bd9c
commit
d8a7f7f8c5
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ unsigned cblocklights[3][18*18];
|
|||
#define BLOCK_WIDTH 128
|
||||
#define BLOCK_HEIGHT 128
|
||||
|
||||
#define MAX_LIGHTMAPS 64
|
||||
#define MAX_LIGHTMAPS 256 /*64*/
|
||||
int active_lightmaps;
|
||||
|
||||
typedef struct glRect_s {
|
||||
|
|
Loading…
Reference in a new issue