From ff28b217b3dc9d5a92debef7d59561126e14dd91 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 3 Jun 2015 21:51:46 -0400 Subject: SHERLOCK: Implemented checkWalkGraphics --- engines/sherlock/people.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/sherlock/people.h') diff --git a/engines/sherlock/people.h b/engines/sherlock/people.h index 32faee5f07..102d740fb5 100644 --- a/engines/sherlock/people.h +++ b/engines/sherlock/people.h @@ -53,6 +53,10 @@ enum { MAP_DOWN = 5, MAP_DOWNLEFT = 6, MAP_LEFT = 2, MAP_UPLEFT = 8 }; +#define NUM_IN_WALK_LIB 10 +extern const char *const WALK_LIB_NAMES[10]; + + struct PersonData { const char *_name; const char *_portrait; -- cgit v1.2.3