[Scummvm-cvs-logs] scummvm master -> b95591da61a10d43c82efbcff7e1b104a8b45392
dreammaster
dreammaster at scummvm.org
Sat Jul 4 16:24:42 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:
b95591da61 SHERLOCK: RT: Fix going to map from the starting scene
Commit: b95591da61a10d43c82efbcff7e1b104a8b45392
https://github.com/scummvm/scummvm/commit/b95591da61a10d43c82efbcff7e1b104a8b45392
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-07-04T10:23:39-04:00
Commit Message:
SHERLOCK: RT: Fix going to map from the starting scene
Changed paths:
engines/sherlock/tattoo/tattoo_scene.h
diff --git a/engines/sherlock/tattoo/tattoo_scene.h b/engines/sherlock/tattoo/tattoo_scene.h
index e198ba0..695fef3 100644
--- a/engines/sherlock/tattoo/tattoo_scene.h
+++ b/engines/sherlock/tattoo/tattoo_scene.h
@@ -31,7 +31,7 @@ namespace Sherlock {
namespace Tattoo {
enum {
- STARTING_GAME_SCENE = 1, STARTING_INTRO_SCENE = 91, OVERHEAD_MAP2 = 99, OVERHEAD_MAP = 100
+ STARTING_GAME_SCENE = 1, STARTING_INTRO_SCENE = 91, OVERHEAD_MAP2 = 90, OVERHEAD_MAP = 100
};
struct SceneTripEntry {
More information about the Scummvm-git-logs
mailing list