[Scummvm-cvs-logs] scummvm master -> 38b3ab4bc096b8583ec3f66db8f21e439f26017d

bluegr bluegr at gmail.com
Sun Jun 7 18:08:16 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:
38b3ab4bc0 SHERLOCK: Add walk.lib to cache for Rose Tattoo


Commit: 38b3ab4bc096b8583ec3f66db8f21e439f26017d
    https://github.com/scummvm/scummvm/commit/38b3ab4bc096b8583ec3f66db8f21e439f26017d
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2015-06-07T19:07:09+03:00

Commit Message:
SHERLOCK: Add walk.lib to cache for Rose Tattoo

Changed paths:
    engines/sherlock/resources.cpp



diff --git a/engines/sherlock/resources.cpp b/engines/sherlock/resources.cpp
index a5f7ba4..c581496 100644
--- a/engines/sherlock/resources.cpp
+++ b/engines/sherlock/resources.cpp
@@ -97,6 +97,8 @@ Resources::Resources(SherlockEngine *vm) : _vm(vm), _cache(vm) {
 			if (IS_SERRATED_SCALPEL) {
 				addToCache("sequence.txt");
 				addToCache("portrait.lib");
+			} else {
+				addToCache("walk.lib");
 			}
 		} else {
 			// 3DO






More information about the Scummvm-git-logs mailing list