aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/enums.h
diff options
context:
space:
mode:
authoruruk2014-04-12 21:03:17 +0200
committeruruk2014-04-12 21:03:17 +0200
commitfc131804652aee81cbc434d62d8914b0959e70ad (patch)
treea2bc897108bcc058f45ffc1a2988c073c110168e /engines/avalanche/enums.h
parent759e499626013a92917ea6bb3f9190486ae41c1d (diff)
downloadscummvm-rg350-fc131804652aee81cbc434d62d8914b0959e70ad.tar.gz
scummvm-rg350-fc131804652aee81cbc434d62d8914b0959e70ad.tar.bz2
scummvm-rg350-fc131804652aee81cbc434d62d8914b0959e70ad.zip
AVALANCHE: Merge ghostDrawGhost and ghostDrawGlerk.
Diffstat (limited to 'engines/avalanche/enums.h')
-rw-r--r--engines/avalanche/enums.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/avalanche/enums.h b/engines/avalanche/enums.h
index 998c96a131..0ba39321bc 100644
--- a/engines/avalanche/enums.h
+++ b/engines/avalanche/enums.h
@@ -30,6 +30,7 @@
namespace Avalanche {
+enum MonsterType { kMonsterTypeGhost, kMonsterTypeGlerk };
enum Flavour { kFlavourEga, kFlavourBgi, kFlavourNatural, kFlavourTwo, kFlavourOne };