mirror of
https://github.com/open-goal/jak-project
synced 2026-06-25 02:02:08 -04:00
@@ -1766,7 +1766,8 @@
|
||||
(vector-! v1-190 a1-44 (vector-float*! v1-190 (-> self control dynam gravity-normal) f0-13))
|
||||
(let* ((f1-8 (vector-length v1-190))
|
||||
(f2-1 f1-8)
|
||||
(f0-14 (+ 512.0 f0-13))
|
||||
;; og:preserve-this high fps fix
|
||||
(f0-14 (+ (* 512.0 DISPLAY_FPS_RATIO) f0-13))
|
||||
)
|
||||
(vector+!
|
||||
a1-44
|
||||
|
||||
@@ -1636,7 +1636,8 @@
|
||||
)
|
||||
)
|
||||
(format 0 "frame: ~f~%" (ja-frame-num 0))
|
||||
(when (and (fill-and-probe-using-spheres *collide-cache* s5-6) (< 12.5 (ja-frame-num 0)))
|
||||
;; og:preserve-this high fps fix
|
||||
(when (and (fill-and-probe-using-spheres *collide-cache* s5-6) (< 12.5 (* DISPLAY_FPS_RATIO (ja-frame-num 0))))
|
||||
(sound-play "mech-setdown")
|
||||
(let ((v1-73 (the-as sound-rpc-set-param (get-sound-buffer-entry))))
|
||||
(set! (-> v1-73 command) (sound-command set-param))
|
||||
|
||||
Reference in New Issue
Block a user