diff options
author | Colin Snover | 2016-03-17 10:23:22 -0500 |
---|---|---|
committer | Colin Snover | 2016-03-17 10:43:08 -0500 |
commit | 804e1324762daeab2b211b1969fcb80562b24be7 (patch) | |
tree | 22d16ef17c8be0d2324b91e2d5e9c21ee0845724 /engines/sci | |
parent | 17ec528c9aa1616171b857277169eae48e7fcb77 (diff) | |
download | scummvm-rg350-804e1324762daeab2b211b1969fcb80562b24be7.tar.gz scummvm-rg350-804e1324762daeab2b211b1969fcb80562b24be7.tar.bz2 scummvm-rg350-804e1324762daeab2b211b1969fcb80562b24be7.zip |
SCI32: Remove outdated note about state of frameout code
This code is engine-accurate now, not based on guesswork.
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/graphics/frameout.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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 } |