Skip to content

Commit

Permalink
Update speedruns.gc
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmeyer authored Aug 1, 2024
1 parent 3675897 commit 248fc55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions goal_src/jak1/pc/features/speedruns.gc
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@
"Draw speedrun related settings in the bottom left corner"
(when (and (-> *pc-settings* speedrunner-mode?) (not (paused?)) (-> *speedrun-info* should-display?))
(with-dma-buffer-add-bucket ((buf (-> (current-frame) global-buf)) (bucket-id subtitle))
(draw-string-xy (string-format "Speedrunner Mode ~%~S ~%Category: ~S ~%Cutscene Skips ~A"
(draw-string-xy (string-format "Speedrunner Mode ~%PRACTICE MOD ~S ~%Category: ~S ~%Cutscene Skips ~A"
*mod-version-text*
(enum->string speedrun-category (-> *speedrun-info* category))
(-> *pc-settings* skip-movies?))
Expand Down Expand Up @@ -1063,4 +1063,4 @@
(speedrun-draw-settings)
(enforce-speedrun-pc-settings)
)
(none))
(none))

0 comments on commit 248fc55

Please sign in to comment.