mirror of
https://github.com/open-goal/jak-project
synced 2026-09-13 05:05:48 -04:00
jak2 ref
This commit is contained in:
+1
-1
@@ -1896,7 +1896,7 @@
|
||||
(let ((gp-0 (-> self nav-graph edge-array data (-> self selected-index))))
|
||||
(format *stdcon* "Density = ~F~%" (-> gp-0 density))
|
||||
(logior! (-> gp-0 mysql-save-flag) (mysql-save-flag update))
|
||||
(+! (-> gp-0 density) (* 0.01 (-> *mouse* speedx)))
|
||||
(+! (-> gp-0 density) (/ (-> *mouse* speedx) 100))
|
||||
(if (< (-> gp-0 density) 0.0)
|
||||
(set! (-> gp-0 density) 0.0)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user