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

Strangerke Strangerke at scummvm.org
Fri Nov 4 20:09:53 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:
e0faee40b8 TSAGE: Blue Force - Child protection site (580). Fix vehicle display when moving with Lyle. It now displays a car instea


Commit: e0faee40b8bedb85ed9987417924add8dc55d97d
    https://github.com/scummvm/scummvm/commit/e0faee40b8bedb85ed9987417924add8dc55d97d
Author: Strangerke (strangerke at scummvm.org)
Date: 2011-11-04T12:09:16-07:00

Commit Message:
TSAGE: Blue Force - Child protection site (580). Fix vehicle display when moving with Lyle. It now displays a car instead of a dwarf.

Changed paths:
    engines/tsage/blue_force/blueforce_scenes5.cpp



diff --git a/engines/tsage/blue_force/blueforce_scenes5.cpp b/engines/tsage/blue_force/blueforce_scenes5.cpp
index f5f05c8..7a250e2 100644
--- a/engines/tsage/blue_force/blueforce_scenes5.cpp
+++ b/engines/tsage/blue_force/blueforce_scenes5.cpp
@@ -2220,7 +2220,6 @@ void Scene580::postInit(SceneObjectList *OwnerList) {
 		_vechile.setStrip(3);
 		_vechile.setPosition(Common::Point(165, 76));
 		_vechile.setDetails(580, 2, 3, -1, 1, NULL);
-		_vechile.setVisage(303);
 
 		BF_GLOBALS._player.setVisage(303);
 






More information about the Scummvm-git-logs mailing list