mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-13 11:53:10 +00:00
- added Line_SetTextureOffset to ACC files.
SVN r838 (trunk)
This commit is contained in:
parent
b54f54320b
commit
8d4441644c
2 changed files with 9 additions and 0 deletions
|
@ -24,6 +24,11 @@
|
||||||
#define TEXTURE_MIDDLE 1
|
#define TEXTURE_MIDDLE 1
|
||||||
#define TEXTURE_BOTTOM 2
|
#define TEXTURE_BOTTOM 2
|
||||||
|
|
||||||
|
// same information as combinable bit flags
|
||||||
|
#define TEXFLAG_TOP 1
|
||||||
|
#define TEXFLAG_MIDDLE 2
|
||||||
|
#define TEXFLAG_BOTTOM 4
|
||||||
|
|
||||||
#define GAME_SINGLE_PLAYER 0
|
#define GAME_SINGLE_PLAYER 0
|
||||||
#define GAME_NET_COOPERATIVE 1
|
#define GAME_NET_COOPERATIVE 1
|
||||||
#define GAME_NET_DEATHMATCH 2
|
#define GAME_NET_DEATHMATCH 2
|
||||||
|
@ -601,3 +606,6 @@
|
||||||
#define CHANGELEVEL_NOMONSTERS 4
|
#define CHANGELEVEL_NOMONSTERS 4
|
||||||
#define CHANGELEVEL_CHANGESKILL 8
|
#define CHANGELEVEL_CHANGESKILL 8
|
||||||
#define CHANGELEVEL_NOINTERMISSION 16
|
#define CHANGELEVEL_NOINTERMISSION 16
|
||||||
|
|
||||||
|
#define NO_CHANGE -32767.0
|
||||||
|
|
||||||
|
|
|
@ -101,6 +101,7 @@ special
|
||||||
49:GlassBreak(0,1),
|
49:GlassBreak(0,1),
|
||||||
51:Sector_SetLink(4),
|
51:Sector_SetLink(4),
|
||||||
52:Scroll_Wall(5),
|
52:Scroll_Wall(5),
|
||||||
|
53:Line_SetTextureOffset(5),
|
||||||
76:TeleportOther(3),
|
76:TeleportOther(3),
|
||||||
77:TeleportGroup(5),
|
77:TeleportGroup(5),
|
||||||
78:TeleportInSector(4,5),
|
78:TeleportInSector(4,5),
|
||||||
|
|
Loading…
Reference in a new issue