From a1969ae268bfcbe8300e27ca4505acd45d223854 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 28 Sep 2012 01:44:06 +0300 Subject: PARALLACTION: Add a missing return statement The final credits screen has no background, it just reuses the background of the final scene. Part of the fixes for bug #5866 --- engines/parallaction/parallaction_ns.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') diff --git a/engines/parallaction/parallaction_ns.cpp b/engines/parallaction/parallaction_ns.cpp index 1226fd1246..d33be0aa47 100644 --- a/engines/parallaction/parallaction_ns.cpp +++ b/engines/parallaction/parallaction_ns.cpp @@ -310,6 +310,7 @@ void Parallaction_ns::changeBackground(const char* background, const char* mask, _system->delayMillis(20); _gfx->setPalette(pal); _gfx->updateScreen(); + return; } if (path == 0) { -- cgit v1.2.3