aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-25 20:50:58 -0400
committerPaul Gilbert2015-06-25 20:50:58 -0400
commit27673dbe24acb6188784d208e9d7bac8e9f71afd (patch)
tree819c4159b2fd410afd99a019d04b7135913b650b /engines/sherlock/scalpel
parent92ac962718b07e9b82199d39bb5ce970717da57d (diff)
downloadscummvm-rg350-27673dbe24acb6188784d208e9d7bac8e9f71afd.tar.gz
scummvm-rg350-27673dbe24acb6188784d208e9d7bac8e9f71afd.tar.bz2
scummvm-rg350-27673dbe24acb6188784d208e9d7bac8e9f71afd.zip
SHERLOCK: RT: Fix compiler warnings
Diffstat (limited to 'engines/sherlock/scalpel')
-rw-r--r--engines/sherlock/scalpel/scalpel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sherlock/scalpel/scalpel.h b/engines/sherlock/scalpel/scalpel.h
index 0747e7d8f8..a2a1cbba63 100644
--- a/engines/sherlock/scalpel/scalpel.h
+++ b/engines/sherlock/scalpel/scalpel.h
@@ -31,6 +31,7 @@ namespace Sherlock {
namespace Scalpel {
enum {
+ COMMAND_FOREGROUND = 15,
COMMAND_HIGHLIGHTED = 10,
COMMAND_NULL = 248
};