aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/btfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/btfile.cpp')
-rw-r--r--engines/cge/btfile.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cge/btfile.cpp b/engines/cge/btfile.cpp
index 7bb835f704..3cdb3c7199 100644
--- a/engines/cge/btfile.cpp
+++ b/engines/cge/btfile.cpp
@@ -90,6 +90,8 @@ BT_PAGE *BTFILE::GetPage(int lev, uint16 pgn) {
return Buff[lev].Page;
}
+// Does this work, or does it have to compare the entire buffer?
+#define memicmp(s1, s2, n) scumm_strnicmp((const char *)s1, (const char *)s2, n)
BT_KEYPACK *BTFILE::Find(const char *key) {
int lev = 0;