Skip to content

Commit

Permalink
Update speedruns.gc
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmeyer authored Sep 3, 2024
1 parent 97d6ad5 commit 71e2446
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 @@ -456,8 +456,8 @@
(= (-> *target* next-state name) 'target-hit-ground)))
(true! *has-landed?*))
(with-dma-buffer-add-bucket ((buf (-> (current-frame) global-buf)) (bucket-id subtitle))
(draw-string-xy (string-format "Speedrunner Mode ~%ModBase ~S ~%Category: ~S ~%Cutscene Skips ~A~%Has Landed? ~A"
*pc-settings-built-sha* / *mod-version-text*
(draw-string-xy (string-format "Speedrunner Mode ~%ModBase ~S / ~S ~%Category: ~S ~%Cutscene Skips ~A~%Has Landed? ~A"
*pc-settings-built-sha* *mod-version-text*
(enum->string speedrun-category (-> *speedrun-info* category))
(-> *pc-settings* skip-movies?)
*has-landed?*)
Expand Down

0 comments on commit 71e2446

Please sign in to comment.