From e0aa06bd0e535ce674e560444a80184638e97d7c Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 5 Apr 2017 15:35:38 +0200 Subject: [PATCH] - added missing commas. --- zspecial.acs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zspecial.acs b/zspecial.acs index 4626be9..5f15696 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -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),