diff --git a/goal_src/jak1/pc/subtitle.gc b/goal_src/jak1/pc/subtitle.gc index abad192f8d..c5aef895a0 100644 --- a/goal_src/jak1/pc/subtitle.gc +++ b/goal_src/jak1/pc/subtitle.gc @@ -446,7 +446,7 @@ (set! (-> self cur-channel) (pc-subtitle-channel invalid)) ;; check what kind of subtitles are running (cond - ((and (movie?) (-> *art-control* spool-lock) (-> *art-control* active-stream)) + ((and (movie?) (handle->process (-> *art-control* spool-lock)) (-> *art-control* active-stream)) ;; there's a cutscene happening and an active spool with a valid owner. (set! (-> self spool-name) (-> *art-control* active-stream)) (set! (-> self cur-channel) (pc-subtitle-channel movie))