From 8ab0f0256e343c0e8ee28ab67f1244171d1e5d4f Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 24 May 2009 09:40:48 +0000 Subject: Fixed audio synchronization in the CD version of KQ5 svn-id: r40855 --- engines/sci/resource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/resource.cpp') diff --git a/engines/sci/resource.cpp b/engines/sci/resource.cpp index 1d3d102688..576b2afc20 100644 --- a/engines/sci/resource.cpp +++ b/engines/sci/resource.cpp @@ -54,7 +54,7 @@ const char *sci_version_types[] = { "SCI WIN/32" }; -const int sci_max_resource_nr[] = {65536, 1000, 2048, 2048, 2048, 8192, 8192, 65536}; +const int sci_max_resource_nr[] = {65536, 1000, 2048, 2048, 2048, 65536, 65536, 65536}; const char *sci_error_types[] = { "No error", -- cgit v1.2.3