From 16d7d9ba2375af7414fa95f9f9d3927e38e5b759 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 24 Sep 2009 10:02:13 +0000 Subject: Fixed some more warnings about unreachable code svn-id: r44299 --- engines/kyra/screen_lok.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra/screen_lok.cpp') diff --git a/engines/kyra/screen_lok.cpp b/engines/kyra/screen_lok.cpp index ed7bef0178..de01eadccb 100644 --- a/engines/kyra/screen_lok.cpp +++ b/engines/kyra/screen_lok.cpp @@ -340,7 +340,7 @@ void Screen_LoK_16::getFadeParams(const Palette &pal, int delay, int &delayInc, int Screen_LoK_16::fadePalStep(const Palette &pal, int diff) { error("Screen_LoK_16::fadePalStep called"); - return 0; + //return 0; } void Screen_LoK_16::paletteMap(uint8 idx, int r, int g, int b) { -- cgit v1.2.3