diff options
Diffstat (limited to 'src/code/z_actor.c')
| -rw-r--r-- | src/code/z_actor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c index d4fe8a9da..52684408e 100644 --- a/src/code/z_actor.c +++ b/src/code/z_actor.c @@ -3184,7 +3184,7 @@ void Actor_CleanupContext(ActorContext* actorCtx, PlayState* play) { actorCtx->absoluteSpace = NULL; } - Play_SaveCycleSceneFlags(&play->state); + Play_SaveCycleSceneFlags(play); ActorOverlayTable_Cleanup(); } |
