Skip to content

Commit

Permalink
Added ancient keeper landview speeches in chinese (#2683)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loobinex committed Nov 10, 2023
1 parent 02381bb commit e54f76b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions campgns/ancntkpr.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ SPA = campgns/ancntkpr/text_spa.dat
; If there's no folder for current language, then first entry is selected by default.
[speech]
ENG = campgns/ancntkpr_eng
CHI = campgns/ancntkpr_chi

; Details about single player levels

Expand Down
2 changes: 1 addition & 1 deletion pkg_sfx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ NGSOUNDDATS = $(patsubst %,pkg/sound/%.dat,$(NGSPEECHBANKS) sound)
NGSOUNDLISTS = $(patsubst %,sfx/%/filelist.txt,$(NGSPEECHBANKS) sound)

LANDVIEWSPEECH = \
$(foreach lng,eng,ancntkpr_$(lng)) \
$(foreach lng,eng chi,ancntkpr_$(lng)) \
$(foreach lng,eng,burdnimp_$(lng)) \
$(foreach lng,eng dut,dzjr06lv_$(lng)) \
$(foreach lng,eng,jdkmaps8_$(lng)) \
Expand Down

0 comments on commit e54f76b

Please sign in to comment.