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

dreammaster dreammaster at scummvm.org
Fri Jun 5 02:05:30 CEST 2015


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:
f2d3d5f160 SHERLOCK: Add another use of FIXED_INT_MULTIPLIER


Commit: f2d3d5f160aaaf9694747968453e090aeee8faa6
    https://github.com/scummvm/scummvm/commit/f2d3d5f160aaaf9694747968453e090aeee8faa6
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-06-04T20:04:28-04:00

Commit Message:
SHERLOCK: Add another use of FIXED_INT_MULTIPLIER

Changed paths:
    engines/sherlock/scene.cpp



diff --git a/engines/sherlock/scene.cpp b/engines/sherlock/scene.cpp
index 064ac8d..abcf0d9 100644
--- a/engines/sherlock/scene.cpp
+++ b/engines/sherlock/scene.cpp
@@ -758,7 +758,7 @@ void Scene::transitionToScene() {
 		if (_entrance._startPosition.x < 1) {
 			// No entrance info either, so use defaults
 			if (IS_SERRATED_SCALPEL) {
-				hSavedPos = Common::Point(16000, 10000);
+				hSavedPos = Common::Point(160 * FIXED_INT_MULTIPLIER, 100 * FIXED_INT_MULTIPLIER);
 				hSavedFacing = 4;
 			} else {
 				hSavedPos = people[PLAYER]._position;






More information about the Scummvm-git-logs mailing list