[Scummvm-git-logs] scummvm master -> a8446da4eae090301c4eed53c1fabfafdbbec002
mgerhardy
martin.gerhardy at gmail.com
Thu Sep 9 17:32:22 UTC 2021
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:
a8446da4ea TWINE: removed unused left-over from disassembly
Commit: a8446da4eae090301c4eed53c1fabfafdbbec002
https://github.com/scummvm/scummvm/commit/a8446da4eae090301c4eed53c1fabfafdbbec002
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2021-09-09T19:32:09+02:00
Commit Message:
TWINE: removed unused left-over from disassembly
Changed paths:
engines/twine/scene/scene.cpp
diff --git a/engines/twine/scene/scene.cpp b/engines/twine/scene/scene.cpp
index a07fed9230..6d6d846b8e 100644
--- a/engines/twine/scene/scene.cpp
+++ b/engines/twine/scene/scene.cpp
@@ -477,7 +477,6 @@ void Scene::changeScene() {
pos.y = zone->infoData.ChangeScene.y - zone->mins.y + track.y;
pos.z = zone->infoData.ChangeScene.z - zone->mins.z + track.z;
_engine->_scene->_heroPositionType = ScenePositionType::kZone;
- // otherActorIdx = lactorIdx;
debug(3, "Using zone position %i:%i:%i", pos.x, pos.y, pos.z);
}
}
More information about the Scummvm-git-logs
mailing list