aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/people.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/people.h')
-rw-r--r--engines/sherlock/people.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sherlock/people.h b/engines/sherlock/people.h
index f98c3db867..9ac1a797c6 100644
--- a/engines/sherlock/people.h
+++ b/engines/sherlock/people.h
@@ -53,12 +53,12 @@ enum {
MAP_DOWN = 5, MAP_DOWNLEFT = 6, MAP_LEFT = 2, MAP_UPLEFT = 8
};
-extern const char *const NAMES[MAX_PEOPLE];
+extern const char *const NAMES[MAX_PEOPLE];
extern const char PORTRAITS[MAX_PEOPLE][5];
class SherlockEngine;
-class Person: public Sprite {
+class Person : public Sprite {
public:
Person() : Sprite() {}