From e00c17712c142763d5fca42f5ebb69062f8648a3 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 3 Jan 2011 11:36:39 +0000 Subject: M4: Removed redundant colour index recalculation in palette manager svn-id: r55098 --- engines/m4/graphics.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/m4/graphics.cpp') diff --git a/engines/m4/graphics.cpp b/engines/m4/graphics.cpp index eb2fc9e4b5..7aa86d6173 100644 --- a/engines/m4/graphics.cpp +++ b/engines/m4/graphics.cpp @@ -1042,7 +1042,6 @@ void Palette::setPalette(const RGB8 *colors, uint start, uint num) { void Palette::grabPalette(byte *colors, uint start, uint num) { g_system->grabPalette(colors, start, num); - reset(); } void Palette::setEntry(uint index, uint8 r, uint8 g, uint8 b) { -- cgit v1.2.3