Skip to content

Commit

Permalink
g/jak2: disable speech volume when starting a new speedrun (#3132)
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser authored Nov 3, 2023
1 parent fff3a85 commit cca2897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions goal_src/jak2/pc/features/speedruns.gc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
;; turn on speedrun verification display
(set! (-> this display-run-info?) #t)
;; ensure any required settings are enabled
(set! (-> *setting-control* user-default dialog-volume) 0.0) ;; disable dialog volume
(enforce-settings! this)
;; finalize any category specific setup code
(case (-> this category)
Expand Down

0 comments on commit cca2897

Please sign in to comment.