mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-03-21 00:11:24 +00:00
put TILE_SIZE back in (still needed by r_sky.c)
This commit is contained in:
parent
a2e5a8be6d
commit
173c556c0f
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ void R_DrawSurface (void);
|
|||
// !!! if this is changed, it must be changed in d_ifacea.h too !!!
|
||||
#define CYCLE 128 // turbulent cycle size
|
||||
|
||||
#define TILE_SIZE 128 // size of textures generated by R_GenTiledSurf
|
||||
|
||||
#define SKYSHIFT 7
|
||||
#define SKYSIZE (1 << SKYSHIFT)
|
||||
|
|
Loading…
Reference in a new issue