aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/people.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/people.h')
-rw-r--r--engines/sludge/people.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sludge/people.h b/engines/sludge/people.h
index b02bc1c490..eb19e4fd53 100644
--- a/engines/sludge/people.h
+++ b/engines/sludge/people.h
@@ -47,7 +47,7 @@ struct personaAnimation {
};
struct persona {
- personaAnimation * *animation;
+ personaAnimation **animation;
int numDirections;
};