From 804e1324762daeab2b211b1969fcb80562b24be7 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Thu, 17 Mar 2016 10:23:22 -0500 Subject: SCI32: Remove outdated note about state of frameout code This code is engine-accurate now, not based on guesswork. --- engines/sci/graphics/frameout.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/sci') diff --git a/engines/sci/graphics/frameout.cpp b/engines/sci/graphics/frameout.cpp index b4cce9601f..82a33e4bd8 100644 --- a/engines/sci/graphics/frameout.cpp +++ b/engines/sci/graphics/frameout.cpp @@ -56,8 +56,6 @@ namespace Sci { -// TODO/FIXME: This is partially guesswork - static int dissolveSequences[2][20] = { /* SCI2.1early- */ { 3, 6, 12, 20, 48, 96, 184, 272, 576, 1280, 3232, 6912, 13568, 24576, 46080 }, /* SCI2.1mid+ */ { 0, 0, 3, 6, 12, 20, 48, 96, 184, 272, 576, 1280, 3232, 6912, 13568, 24576, 46080, 73728, 132096, 466944 } -- cgit v1.2.3