[Scummvm-cvs-logs] scummvm master -> 2be59d519ebb009f5e6e881c055567834df3ac16

dreammaster dreammaster at scummvm.org
Mon May 30 12:39:10 CEST 2011


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:
2be59d519e TSAGE: Changed parameter to animate call from NULL to 0 for better type matching


Commit: 2be59d519ebb009f5e6e881c055567834df3ac16
    https://github.com/scummvm/scummvm/commit/2be59d519ebb009f5e6e881c055567834df3ac16
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-05-30T03:37:29-07:00

Commit Message:
TSAGE: Changed parameter to animate call from NULL to 0 for better type matching

Changed paths:
    engines/tsage/ringworld_scenes3.cpp



diff --git a/engines/tsage/ringworld_scenes3.cpp b/engines/tsage/ringworld_scenes3.cpp
index f09a0c0..a19f15e 100644
--- a/engines/tsage/ringworld_scenes3.cpp
+++ b/engines/tsage/ringworld_scenes3.cpp
@@ -2505,7 +2505,7 @@ void Scene2150::postInit(SceneObjectList *OwnerList) {
 	_hotspot7.setVisage(2152);
 	_hotspot7._frame = 1;
 	_hotspot7._strip = 2;
-	_hotspot7.animate(ANIM_MODE_8, NULL, NULL);
+	_hotspot7.animate(ANIM_MODE_8, 0, NULL);
 	_hotspot7.setPosition(Common::Point(122, 62));
 	_hotspot7.changeZoom(100);
 	_hotspot7.fixPriority(76);






More information about the Scummvm-git-logs mailing list