mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-11 22:37:54 +00:00
- added missing commas.
This commit is contained in:
parent
8f05dae832
commit
e0aa06bd0e
1 changed files with 2 additions and 2 deletions
|
@ -271,8 +271,8 @@ special
|
|||
276:Ceiling_Stop(1),
|
||||
277:Sector_SetFloorGlow(5),
|
||||
278:Sector_SetCeilingGlow(5),
|
||||
279:Floor_MoveToValueAndCrush(4, 5)
|
||||
280:Ceiling_MoveToValueAndCrush(4, 5)
|
||||
279:Floor_MoveToValueAndCrush(4, 5),
|
||||
280:Ceiling_MoveToValueAndCrush(4, 5),
|
||||
|
||||
// new to Eternity
|
||||
// 300:Portal_Define(5),
|
||||
|
|
Loading…
Reference in a new issue