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

dreammaster dreammaster at scummvm.org
Tue Dec 27 11:12:17 CET 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:
f9bdde939b TSAGE: Added missing NULL prefix to one of the R2R setDetails calls


Commit: f9bdde939bc0cae15f821f78f95100b566e69c6a
    https://github.com/scummvm/scummvm/commit/f9bdde939bc0cae15f821f78f95100b566e69c6a
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-12-27T02:11:49-08:00

Commit Message:
TSAGE: Added missing NULL prefix to one of the R2R setDetails calls

Changed paths:
    engines/tsage/ringworld2/ringworld2_scenes0.cpp



diff --git a/engines/tsage/ringworld2/ringworld2_scenes0.cpp b/engines/tsage/ringworld2/ringworld2_scenes0.cpp
index 8252584..0ef3a68 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes0.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes0.cpp
@@ -423,7 +423,7 @@ void Scene125::Icon::postInit(SceneObjectList *OwnerList) {
 	_sceneText2._color1 = 0;
 	_sceneText2._color2 = 0;
 	_sceneText2._width = 200;
-	setDetails(125, -1, -1, -1, 2, NULL);
+	setDetails(125, -1, -1, -1, 2, (SceneItem *)NULL);
 }
 
 void Scene125::Icon::synchronize(Serializer &s) {






More information about the Scummvm-git-logs mailing list