[Scummvm-cvs-logs] scummvm master -> 86550cdc3c19d7a75f634073b942440d72520dcd
sev-
sev at scummvm.org
Sat Sep 28 22:29:10 CEST 2013
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:
86550cdc3c SWORD25: Further fixes for Amiga
Commit: 86550cdc3c19d7a75f634073b942440d72520dcd
https://github.com/scummvm/scummvm/commit/86550cdc3c19d7a75f634073b942440d72520dcd
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2013-09-28T13:28:19-07:00
Commit Message:
SWORD25: Further fixes for Amiga
Changed paths:
engines/sword25/gfx/animationtemplateregistry.cpp
diff --git a/engines/sword25/gfx/animationtemplateregistry.cpp b/engines/sword25/gfx/animationtemplateregistry.cpp
index 7437e4b..4cefe24 100644
--- a/engines/sword25/gfx/animationtemplateregistry.cpp
+++ b/engines/sword25/gfx/animationtemplateregistry.cpp
@@ -77,13 +77,13 @@ bool AnimationTemplateRegistry::unpersist(InputPersistenceBlock &reader) {
delete _handle2PtrMap.begin()->_value;
// Anzahl an BS_AnimationTemplates einlesen.
- uint animationTemplateCount;
+ uint32 animationTemplateCount;
reader.read(animationTemplateCount);
// Alle gespeicherten BS_AnimationTemplates wieder herstellen.
for (uint i = 0; i < animationTemplateCount; ++i) {
// Handle lesen.
- uint handle;
+ uint32 handle;
reader.read(handle);
// BS_AnimationTemplate wieder herstellen.
More information about the Scummvm-git-logs
mailing list