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 87f6170e1f..f11ac2fbee 100644
--- a/engines/sludge/people.h
+++ b/engines/sludge/people.h
@@ -65,7 +65,7 @@ struct onScreenPerson {
int frameNum, frameTick, angle, wantAngle, angleOffset;
bool show;
int direction, directionWhenDoneWalking;
- struct objectType *thisType;
+ struct ObjectType *thisType;
int extra, spinSpeed;
byte r, g, b, colourmix, transparency;
};