aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/hero_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/hero_set.h')
-rw-r--r--engines/prince/hero_set.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/prince/hero_set.h b/engines/prince/hero_set.h
index 335f70a6ab..e0c7887b94 100644
--- a/engines/prince/hero_set.h
+++ b/engines/prince/hero_set.h
@@ -24,6 +24,7 @@ namespace Prince {
typedef const char *HeroSetAnimNames[26];
+const int heroSetBack[7] = { 0, 0, 10, 0, 6, 0, 0 };
extern const HeroSetAnimNames *heroSetTable[7];
}