[Scummvm-cvs-logs] scummvm master -> 3a574272b83cadf175cfb50a42fef0a126116ac6

sev- sev at scummvm.org
Tue Dec 1 09:09:05 CET 2015


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

Summary:
7449c09f4a SWORD25: Init variables
3a574272b8 SWORD25: Remove unused class variable


Commit: 7449c09f4a637bfb23b4507de70a7344c1a41860
    https://github.com/scummvm/scummvm/commit/7449c09f4a637bfb23b4507de70a7344c1a41860
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2015-11-30T23:54:27+01:00

Commit Message:
SWORD25: Init variables

Changed paths:
    engines/sword25/gfx/animation.cpp



diff --git a/engines/sword25/gfx/animation.cpp b/engines/sword25/gfx/animation.cpp
index e2662fb..541c446 100644
--- a/engines/sword25/gfx/animation.cpp
+++ b/engines/sword25/gfx/animation.cpp
@@ -119,6 +119,10 @@ void Animation::initMembers() {
 	_animationResourcePtr = 0;
 	_animationTemplateHandle = 0;
 	_framesLocked = false;
+
+	_loopPointCallback = 0;
+	_actionCallback = 0;
+	_deleteCallback = 0;
 }
 
 Animation::~Animation() {


Commit: 3a574272b83cadf175cfb50a42fef0a126116ac6
    https://github.com/scummvm/scummvm/commit/3a574272b83cadf175cfb50a42fef0a126116ac6
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2015-11-30T23:54:27+01:00

Commit Message:
SWORD25: Remove unused class variable

Changed paths:
    engines/sword25/gfx/graphicengine.h



diff --git a/engines/sword25/gfx/graphicengine.h b/engines/sword25/gfx/graphicengine.h
index cf4289b..cca87b4 100644
--- a/engines/sword25/gfx/graphicengine.h
+++ b/engines/sword25/gfx/graphicengine.h
@@ -310,8 +310,6 @@ private:
 	uint _frameTimeSampleSlot;
 
 private:
-	byte *_backBuffer;
-
 	RenderObjectPtr<Panel> _mainPanelPtr;
 
 	Common::ScopedPtr<RenderObjectManager> _renderObjectManagerPtr;






More information about the Scummvm-git-logs mailing list