aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/sherlock/sherlock_logo.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-08-16 14:24:18 -0400
committerPaul Gilbert2015-08-16 14:24:18 -0400
commit1a9b30a9d3f30c708f2a676d6d9a3aa29a24e39b (patch)
tree09d0cbebef10495bda4e7f3ff06a39b4d4383c3b /engines/tsage/sherlock/sherlock_logo.h
parent8950549b440d6649bf1021015f72c2af919703fe (diff)
downloadscummvm-rg350-1a9b30a9d3f30c708f2a676d6d9a3aa29a24e39b.tar.gz
scummvm-rg350-1a9b30a9d3f30c708f2a676d6d9a3aa29a24e39b.tar.bz2
scummvm-rg350-1a9b30a9d3f30c708f2a676d6d9a3aa29a24e39b.zip
TSAGE: Disable Sherlock logo code in TsAGE engine by default
Now that we have the code completely implemented inside the Sherlock engine, we don't need the TsAGE engine detecting the Logo anymore
Diffstat (limited to 'engines/tsage/sherlock/sherlock_logo.h')
-rw-r--r--engines/tsage/sherlock/sherlock_logo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/tsage/sherlock/sherlock_logo.h b/engines/tsage/sherlock/sherlock_logo.h
index 95fc0e272f..01b5b7f75f 100644
--- a/engines/tsage/sherlock/sherlock_logo.h
+++ b/engines/tsage/sherlock/sherlock_logo.h
@@ -20,6 +20,7 @@
*
*/
+#ifdef TSAGE_SHERLOCK_ENABLED
#ifndef TSAGE_SHERLOCK_LOGO_H
#define TSAGE_SHERLOCK_LOGO_H
@@ -76,3 +77,4 @@ public:
} // End of namespace TsAGE
#endif
+#endif