- Add TEXFLAG_ADDOFFSET definition, so that all the flags for Line_SetTextureOffset have mnemonics.

SVN r3184 (trunk)
This commit is contained in:
Randy Heit 2011-04-17 16:43:30 +00:00
parent a5020cb920
commit 9c81b93bce

View file

@ -28,6 +28,7 @@
#define TEXFLAG_TOP 1
#define TEXFLAG_MIDDLE 2
#define TEXFLAG_BOTTOM 4
#define TEXFLAG_ADDOFFSET 8
#define GAME_SINGLE_PLAYER 0
#define GAME_NET_COOPERATIVE 1