mirror of
https://github.com/open-goal/jak-project
synced 2026-06-25 10:12:14 -04:00
add menu option for ptbr (#1835)
This commit is contained in:
@@ -347,7 +347,7 @@
|
||||
(define *text-languages* (static-text-list-array
|
||||
english uk-english french german spanish italian japanese))
|
||||
(define *subtitle-languages* (static-text-list-array
|
||||
english german spanish))
|
||||
english german spanish br-portuguese))
|
||||
|
||||
|
||||
|
||||
@@ -531,7 +531,7 @@
|
||||
(dotimes (i (pc-get-monitor-count))
|
||||
(add-monitor-option (game-text-id display-fmt) i)
|
||||
)
|
||||
|
||||
|
||||
(add-back-option)
|
||||
*temp-options*)
|
||||
|
||||
@@ -1817,7 +1817,7 @@
|
||||
)
|
||||
(((game-option-type monitor))
|
||||
;; monitor list
|
||||
(set! option-str
|
||||
(set! option-str
|
||||
(string-format (lookup-text! *common-text* (-> options index name) #f)
|
||||
(+ 1 (the int (-> options index param1)))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user