diff options
author | Paul Gilbert | 2015-06-25 20:50:58 -0400 |
---|---|---|
committer | Paul Gilbert | 2015-06-25 20:50:58 -0400 |
commit | 27673dbe24acb6188784d208e9d7bac8e9f71afd (patch) | |
tree | 819c4159b2fd410afd99a019d04b7135913b650b /engines/sherlock/scalpel | |
parent | 92ac962718b07e9b82199d39bb5ce970717da57d (diff) | |
download | scummvm-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.h | 1 |
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 }; |