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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/actors.h b/engines/tinsel/actors.h
index e707db77ba..6ebe32505a 100644
--- a/engines/tinsel/actors.h
+++ b/engines/tinsel/actors.h
@@ -156,7 +156,7 @@ struct Z_POSITIONS {
int z;
};
-void RestoreActorProcess(int id, INT_CONTEXT *pic);
+void RestoreActorProcess(int id, INT_CONTEXT *pic, bool savegameFlag);
int SaveActors(PSAVED_ACTOR sActorInfo);
void RestoreActors(int numActors, PSAVED_ACTOR sActorInfo);