From fa3fd9ac8f990cfe95acf7e1afa06e6abedaf447 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 1 May 2021 20:34:43 +0200 Subject: [PATCH] - removed unused array. --- wadsrc/static/zscript/games/sw/ui/screens.zs | 1 - 1 file changed, 1 deletion(-) diff --git a/wadsrc/static/zscript/games/sw/ui/screens.zs b/wadsrc/static/zscript/games/sw/ui/screens.zs index 9ec747f1a..6b2a15fde 100644 --- a/wadsrc/static/zscript/games/sw/ui/screens.zs +++ b/wadsrc/static/zscript/games/sw/ui/screens.zs @@ -494,7 +494,6 @@ class SWCutscenes 35, SWSnd.DIGI_WANGTAUNTSERP1, 51, SWSnd.DIGI_SHAREND_UGLY1, 64, SWSnd.DIGI_SHAREND_UGLY2); - static const int serpzillaframetimes[] = { 16, 16, 140 }; runner.Append(MoviePlayerJob.CreateWithSoundinfo("swend.anm", soundinfo, MoviePlayer.NOSOUNDCUTOFF, 16, 16, 140)); }