mirror of
https://github.com/open-goal/jak-project
synced 2026-08-18 13:53:01 -04:00
[wip] Jak 3 Overlord (#3567)
This commit is contained in:
+7
-14
@@ -1707,16 +1707,13 @@
|
||||
(the-as
|
||||
(function process-drawable symbol)
|
||||
(if (logtest? (-> self scene scene-flags) (scene-flags scf1))
|
||||
(lambda :behavior scene-player
|
||||
()
|
||||
(when (cpad-pressed? 0 triangle)
|
||||
(set! (-> self aborted?) #t)
|
||||
(logclear! (-> *cpad-list* cpads 0 button0-abs 0) (pad-buttons triangle))
|
||||
(logclear! (-> *cpad-list* cpads 0 button0-rel 0) (pad-buttons triangle))
|
||||
#t
|
||||
)
|
||||
(none)
|
||||
)
|
||||
(lambda :behavior scene-player () (when (cpad-pressed? 0 triangle)
|
||||
(set! (-> self aborted?) #t)
|
||||
(logclear! (-> *cpad-list* cpads 0 button0-abs 0) (pad-buttons triangle))
|
||||
(logclear! (-> *cpad-list* cpads 0 button0-rel 0) (pad-buttons triangle))
|
||||
#t
|
||||
)
|
||||
)
|
||||
false-func
|
||||
)
|
||||
)
|
||||
@@ -2169,7 +2166,3 @@
|
||||
)
|
||||
this
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user