From 3547c13e49f14e07a054f77f4cc6f92daa71dd87 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 5 Jun 2007 09:14:59 +0000 Subject: Updates, to keep Amiga demo of Elvira 1 working. svn-id: r27102 --- engines/agos/agos.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/agos/agos.cpp') diff --git a/engines/agos/agos.cpp b/engines/agos/agos.cpp index bbcd5e2dc7..37e8c16c21 100644 --- a/engines/agos/agos.cpp +++ b/engines/agos/agos.cpp @@ -1000,7 +1000,7 @@ int AGOSEngine::go() { } if (getGameType() == GType_ELVIRA1 && getFeatures() & GF_DEMO) { - loadMusic(0); + playMusic(0, 0); } if ((getPlatform() == Common::kPlatformAmiga || getPlatform() == Common::kPlatformMacintosh) && -- cgit v1.2.3