aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/locations.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-12-17 13:24:09 -0500
committerPaul Gilbert2017-12-17 13:24:09 -0500
commit5c70b546d3882b745ae4facc4cc107535f41a3bb (patch)
tree7ff19e75934701a3ba443b9826c239cbffad8007 /engines/xeen/locations.h
parentf8bc19159be06e0bdfa4cfda9be0eadd29208906 (diff)
downloadscummvm-rg350-5c70b546d3882b745ae4facc4cc107535f41a3bb.tar.gz
scummvm-rg350-5c70b546d3882b745ae4facc4cc107535f41a3bb.tar.bz2
scummvm-rg350-5c70b546d3882b745ae4facc4cc107535f41a3bb.zip
XEEN: Cleanup of Dwarf cutscene class & enum values
Diffstat (limited to 'engines/xeen/locations.h')
-rw-r--r--engines/xeen/locations.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/locations.h b/engines/xeen/locations.h
index 98cc013873..7331760d5b 100644
--- a/engines/xeen/locations.h
+++ b/engines/xeen/locations.h
@@ -34,7 +34,7 @@ namespace Xeen {
enum LocationAction {
BANK = 0, BLACKSMITH = 1, GUILD = 2, TAVERN = 3, TEMPLE = 4,
TRAINING = 5, ARENA = 6, NO_ACTION = 7, REAPER = 8, GOLEM = 9,
- DWARF1 = 10, SPHINX = 11, PYRAMID = 12, DWARF2 = 13
+ DWARF_MINE = 10, SPHINX = 11, PYRAMID = 12, DWARF_TOWN = 13
};
class XeenEngine;
@@ -308,7 +308,7 @@ private:
*/
void getNewLocation();
public:
- DwarfCutscene(bool isDwarf1);
+ DwarfCutscene();
virtual ~DwarfCutscene() {}
/**