[Scummvm-cvs-logs] scummvm master -> 0d71aa7969dd1f235ff87b399b00d645ce63ccc5
fuzzie
fuzzie at fuzzie.org
Thu Dec 8 23:15:51 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:
0d71aa7969 MOHAWK: LB variables are case-insensitive.
Commit: 0d71aa7969dd1f235ff87b399b00d645ce63ccc5
https://github.com/scummvm/scummvm/commit/0d71aa7969dd1f235ff87b399b00d645ce63ccc5
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-12-08T14:12:53-08:00
Commit Message:
MOHAWK: LB variables are case-insensitive.
Changed paths:
engines/mohawk/livingbooks.h
diff --git a/engines/mohawk/livingbooks.h b/engines/mohawk/livingbooks.h
index 0a7c4f0..1ab6e4d 100644
--- a/engines/mohawk/livingbooks.h
+++ b/engines/mohawk/livingbooks.h
@@ -719,7 +719,7 @@ public:
void nextPage();
// TODO: make private
- Common::HashMap<Common::String, LBValue> _variables;
+ Common::HashMap<Common::String, LBValue, Common::IgnoreCase_Hash, Common::IgnoreCase_EqualTo> _variables;
// helper functions, also used by LBProxyItem
Common::String getFileNameFromConfig(const Common::String §ion, const Common::String &key, Common::String &leftover);
More information about the Scummvm-git-logs
mailing list