[Scummvm-cvs-logs] SF.net SVN: scummvm:[45405] scummvm/trunk/engines/scumm/costume.h
Kirben at users.sourceforge.net
Kirben at users.sourceforge.net
Mon Oct 26 13:44:27 CET 2009
Revision: 45405
http://scummvm.svn.sourceforge.net/scummvm/?rev=45405&view=rev
Author: Kirben
Date: 2009-10-26 12:44:26 +0000 (Mon, 26 Oct 2009)
Log Message:
-----------
Increase the _palette size for PCE version of Loom.
Modified Paths:
--------------
scummvm/trunk/engines/scumm/costume.h
Modified: scummvm/trunk/engines/scumm/costume.h
===================================================================
--- scummvm/trunk/engines/scumm/costume.h 2009-10-26 12:35:15 UTC (rev 45404)
+++ scummvm/trunk/engines/scumm/costume.h 2009-10-26 12:44:26 UTC (rev 45405)
@@ -93,7 +93,7 @@
byte _scaleIndexX; /* must wrap at 256 */
byte _scaleIndexY;
- byte _palette[32];
+ uint16 _palette[32];
public:
ClassicCostumeRenderer(ScummEngine *vm) : BaseCostumeRenderer(vm), _loaded(vm) {}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list