mirror of
https://github.com/open-goal/jak-project
synced 2026-08-05 09:34:51 -04:00
add reload-text back but kinda fixed
This commit is contained in:
@@ -299,6 +299,14 @@
|
||||
(+! (-> *subtitle-text* lang) (the-as pc-subtitle-lang 1)))
|
||||
(load-level-subtitle-files 0)))
|
||||
|
||||
(defmacro reload-text ()
|
||||
"rebuild and reload text."
|
||||
`(begin
|
||||
(mng)
|
||||
(if *common-text*
|
||||
(+! (-> *common-text* language-id) 1))
|
||||
(load-level-text-files 0)))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user