- removed unused array.

This commit is contained in:
Christoph Oelckers 2021-05-01 20:34:43 +02:00
parent 4c2266ee88
commit fa3fd9ac8f

View file

@ -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));
}