aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/actors.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/actors.h')
-rw-r--r--engines/tinsel/actors.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/tinsel/actors.h b/engines/tinsel/actors.h
index 7707dd636d..91f54519d5 100644
--- a/engines/tinsel/actors.h
+++ b/engines/tinsel/actors.h
@@ -111,9 +111,8 @@ struct SAVED_ACTOR {
short presRnum; //!< the present reel number
short presX, presY;
};
-typedef SAVED_ACTOR *PSAVED_ACTOR;
-int SaveActors(PSAVED_ACTOR sActorInfo);
+int SaveActors(SAVED_ACTOR *sActorInfo);
void RestoreActorProcess(int id, INT_CONTEXT *pic);