- added missing commas.

This commit is contained in:
Christoph Oelckers 2017-04-05 15:35:38 +02:00
parent 8f05dae832
commit e0aa06bd0e

View file

@ -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),