From 0d71aa7969dd1f235ff87b399b00d645ce63ccc5 Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Thu, 8 Dec 2011 23:12:53 +0100 Subject: MOHAWK: LB variables are case-insensitive. --- engines/mohawk/livingbooks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mohawk/livingbooks.h') diff --git a/engines/mohawk/livingbooks.h b/engines/mohawk/livingbooks.h index 0a7c4f0965..1ab6e4d89c 100644 --- a/engines/mohawk/livingbooks.h +++ b/engines/mohawk/livingbooks.h @@ -719,7 +719,7 @@ public: void nextPage(); // TODO: make private - Common::HashMap _variables; + Common::HashMap _variables; // helper functions, also used by LBProxyItem Common::String getFileNameFromConfig(const Common::String §ion, const Common::String &key, Common::String &leftover); -- cgit v1.2.3