diff options
author | Paul Gilbert | 2015-06-26 21:54:00 -0400 |
---|---|---|
committer | Paul Gilbert | 2015-06-26 21:54:00 -0400 |
commit | f5af394babe88a2a0cee2b515e026d982bc341fc (patch) | |
tree | 15abeb7d2964a78cd9a4f53445e0477f0b06d215 /engines/sherlock | |
parent | 9eb168583fb1a6b2464cf856adc4888d6b396f35 (diff) | |
download | scummvm-rg350-f5af394babe88a2a0cee2b515e026d982bc341fc.tar.gz scummvm-rg350-f5af394babe88a2a0cee2b515e026d982bc341fc.tar.bz2 scummvm-rg350-f5af394babe88a2a0cee2b515e026d982bc341fc.zip |
SHERLOCK: SS: Compilation fix
Diffstat (limited to 'engines/sherlock')
-rw-r--r-- | engines/sherlock/scalpel/scalpel_fixed_text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel_fixed_text.h b/engines/sherlock/scalpel/scalpel_fixed_text.h index de4c55d08e..499fe81cd5 100644 --- a/engines/sherlock/scalpel/scalpel_fixed_text.h +++ b/engines/sherlock/scalpel/scalpel_fixed_text.h @@ -69,7 +69,7 @@ enum FixedTextId { kFixedText_InitInventory_Letter, kFixedText_InitInventory_Tarot, kFixedText_InitInventory_OrnateKey, - kFixedText_InitInventory_PawnTicket, + kFixedText_InitInventory_PawnTicket }; struct FixedTextActionEntry { |