mirror of
https://github.com/open-goal/jak-project
synced 2026-09-06 03:08:29 -04:00
[decompiler] fix missing casts issue (#573)
* fix casts issue * fix bug * one last small fix
This commit is contained in:
@@ -842,5 +842,5 @@
|
||||
)
|
||||
|
||||
;; failed to figure out what this is:
|
||||
(let ((v0-11 0))
|
||||
(let ((v0-28 0))
|
||||
)
|
||||
|
||||
@@ -191,6 +191,5 @@
|
||||
)
|
||||
|
||||
;; failed to figure out what this is:
|
||||
(let ((v0-3 0))
|
||||
(let ((v0-6 0))
|
||||
)
|
||||
|
||||
|
||||
@@ -145,8 +145,7 @@
|
||||
)
|
||||
)
|
||||
(fog-corrector-setup *math-camera-fog-correction* math-cam)
|
||||
(let ((v0-1 (matrix-identity! (-> math-cam camera-rot))))
|
||||
)
|
||||
(matrix-identity! (-> math-cam camera-rot))
|
||||
(let ((fog-constant-1 100.0)
|
||||
(fog-constant-2 16760631.0)
|
||||
)
|
||||
|
||||
@@ -47,9 +47,5 @@
|
||||
)
|
||||
|
||||
;; failed to figure out what this is:
|
||||
(let ((v0-1 0))
|
||||
(let ((v0-2 0))
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user