[Scummvm-cvs-logs] scummvm master -> d44ad1e82e631af1180683dbbee367b6e8bdcf2a

csnover csnover at users.noreply.github.com
Sun May 29 02:58:17 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d44ad1e82e SCI32: Remove invalid TODO about CLUT for 16-bit graphics


Commit: d44ad1e82e631af1180683dbbee367b6e8bdcf2a
    https://github.com/scummvm/scummvm/commit/d44ad1e82e631af1180683dbbee367b6e8bdcf2a
Author: Colin Snover (github.com at zetafleet.com)
Date: 2016-05-28T19:57:56-05:00

Commit Message:
SCI32: Remove invalid TODO about CLUT for 16-bit graphics

The CLUT for 16-bit graphics is not saved in SSCI (nor is it
normally even part of the palette manager).

Changed paths:
    engines/sci/engine/savegame.cpp



diff --git a/engines/sci/engine/savegame.cpp b/engines/sci/engine/savegame.cpp
index 0cc1e75..302f046 100644
--- a/engines/sci/engine/savegame.cpp
+++ b/engines/sci/engine/savegame.cpp
@@ -806,8 +806,6 @@ void GfxPalette32::saveLoadWithSerializer(Common::Serializer &s) {
 			s.syncAsUint16LE(cycler->numTimesPaused);
 		}
 	}
-
-	// TODO: _clutTable
 }
 #endif
 






More information about the Scummvm-git-logs mailing list