mirror of
https://github.com/open-goal/jak-project
synced 2026-07-04 13:30:41 -04:00
fix test
This commit is contained in:
@@ -706,16 +706,14 @@
|
||||
(set! (-> arg0 digit 2) (the int f0-3))
|
||||
(let ((f0-4 (- f0-3 (the float (-> arg0 digit 2)))))
|
||||
(set! (-> arg0 digit 3) (the int (* 10.0 f0-4)))
|
||||
(let* ((f0-5 (- f0-4 (* 0.1 (the float (-> arg0 digit 3)))))
|
||||
(v0-0 (the int (* 100.0 f0-5)))
|
||||
)
|
||||
(set! (-> arg0 digit 4) v0-0)
|
||||
v0-0
|
||||
(let ((f0-5 (- f0-4 (* 0.1 (the float (-> arg0 digit 3))))))
|
||||
(set! (-> arg0 digit 4) (the int (* 100.0 f0-5)))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(none)
|
||||
)
|
||||
|
||||
(defun race-time->seconds ((arg0 race-time))
|
||||
|
||||
Reference in New Issue
Block a user