mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-14 04:10:41 +00:00
Adding the new automap specials
281:Line_SetAutomapFlags(lid, setflags, clearflags), 282:Line_SetAutomapStyle(lid, style),
This commit is contained in:
parent
7a519d7105
commit
c9f5a8f03a
1 changed files with 3 additions and 1 deletions
|
@ -264,7 +264,7 @@ special
|
|||
271:Stairs_BuildUpDoomSync(4),
|
||||
272:Stairs_BuildDownDoomSync(4),
|
||||
|
||||
// New additions can go avove 255 now.
|
||||
// New additions can go above 255 now.
|
||||
273:Stairs_BuildUpDoomCrush(5),
|
||||
274:Door_AnimatedClose(2),
|
||||
275:Floor_Stop(1),
|
||||
|
@ -273,6 +273,8 @@ special
|
|||
278:Sector_SetCeilingGlow(5),
|
||||
279:Floor_MoveToValueAndCrush(4, 5),
|
||||
280:Ceiling_MoveToValueAndCrush(4, 5),
|
||||
281:Line_SetAutomapFlags(3),
|
||||
282:Line_SetAutomapStyle(2),
|
||||
|
||||
// new to Eternity
|
||||
// 300:Portal_Define(5),
|
||||
|
|
Loading…
Reference in a new issue