mirror of
https://github.com/open-goal/jak-project
synced 2026-08-12 11:53:26 -04:00
Speedrun verification text cleanup (#2229)
We only draw this text to the screen if we're in speedrunner mode anyway, so the `#t` flag on this line doesn't really add any value imo https://github.com/open-goal/jak-project/blob/b130b2eac27966c43f6816ee604a3a93a67e82fa/goal_src/jak1/pc/features/speedruns.gc#L248-L255 
This commit is contained in:
@@ -250,9 +250,8 @@
|
||||
(-> *speedrun-info* should-display?))
|
||||
(with-dma-buffer-add-bucket ((buf (-> (current-frame) global-buf))
|
||||
(bucket-id debug-no-zbuf))
|
||||
(draw-string-xy (string-format "OpenGOAL Version: ~S ~%Speedrun mode: ~A ~%Category: ~S ~%Cutscene Skips ~A"
|
||||
(draw-string-xy (string-format "Speedrunner Mode ~%OpenGOAL Version: ~S ~%Category: ~S ~%Cutscene Skips ~A"
|
||||
*pc-settings-built-sha*
|
||||
(-> *pc-settings* speedrunner-mode?)
|
||||
(enum->string speedrun-category (-> *speedrun-info* category))
|
||||
(-> *pc-settings* skip-movies?))
|
||||
buf 0 (- 220 (* 8 4)) (font-color flat-yellow) (font-flags shadow kerning))))
|
||||
|
||||
Reference in New Issue
Block a user