add reload-text back but kinda fixed

This commit is contained in:
ManDude
2022-08-26 01:32:51 +01:00
parent 83dc38cbb7
commit 59f9b56689
+8
View File
@@ -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)))