put TILE_SIZE back in (still needed by r_sky.c)

This commit is contained in:
Bill Currie 2000-02-14 06:15:09 +00:00
parent a2e5a8be6d
commit 173c556c0f

View file

@ -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)