mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-13 03:42:17 +00:00
- Add TEXFLAG_ADDOFFSET definition, so that all the flags for Line_SetTextureOffset have mnemonics.
SVN r3184 (trunk)
This commit is contained in:
parent
a5020cb920
commit
9c81b93bce
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue