Skip to content

Commit

Permalink
fix vag player not really working (#2788)
Browse files Browse the repository at this point in the history
There was a regression recently that caused this.
  • Loading branch information
ManDude authored Jun 30, 2023
1 parent f25f263 commit 5f8c21b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions goal_src/jak2/pc/debug/vag-player.gc
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@
(defbehavior vag-player-init-by-other vag-player ()
"external initializer for vag-player process"
(set! (-> self id) (new 'static 'sound-id))
(process-mask-clear! (-> self mask) menu pause)
(go vag-player-idle)
)

Expand Down
2 changes: 2 additions & 0 deletions goal_src/jak2/pc/subtitle2.gc
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,8 @@
(defbehavior subtitle2-init-by-other subtitle2 ()
"external initializer for subtitle2 process"

(process-mask-clear! (-> self mask) menu)

(set! (-> self font) (new 'process 'font-context *font-default-matrix*
0 0 0.0 (font-color default) (font-flags shadow kerning left middle large)))
(clear-queue self)
Expand Down

0 comments on commit 5f8c21b

Please sign in to comment.