From 30db851ef005b13d42f41de3a720cc6450722476 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 28 Sep 2010 18:55:54 +0000 Subject: SAGA: Fix wrong logo animation in some versions of ITE Not all releases put the Wyrmkeep credits patch in a "graphics" sub-directory, so assume it could be anywhere. svn-id: r52930 --- engines/saga/resource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/saga') diff --git a/engines/saga/resource.cpp b/engines/saga/resource.cpp index 646ee1d629..7d82aa4bda 100644 --- a/engines/saga/resource.cpp +++ b/engines/saga/resource.cpp @@ -225,7 +225,7 @@ bool Resource::createContexts() { // If the Wyrmkeep credits file is found, set the Wyrmkeep version flag to true - if (Common::File::exists("graphics/credit3n.dlt")) { + if (Common::File::exists("credit3n.dlt")) { _vm->_gf_wyrmkeep = true; } -- cgit v1.2.3