mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
textgen: Fix config file path.
My earlier commit added the wrong config file paths for the dehacked lumps, which broke the build.
This commit is contained in:
parent
5469cd9c11
commit
bc5ade0f33
1 changed files with 2 additions and 2 deletions
|
@ -232,8 +232,8 @@ def update_level_name(lumpname, bexdata, bexname):
|
||||||
levelname = re.sub('^\w*\d:\s*', '', bexdata[bexname])
|
levelname = re.sub('^\w*\d:\s*', '', bexdata[bexname])
|
||||||
white_graphics[lumpname] = levelname
|
white_graphics[lumpname] = levelname
|
||||||
|
|
||||||
freedoom_bex = read_bex_lump('../../lumps/freedoom.bex')
|
freedoom_bex = read_bex_lump('../../lumps/dehacked.lmp')
|
||||||
freedm_bex = read_bex_lump('../../lumps/freedm.bex')
|
freedm_bex = read_bex_lump('../../lumps/fdm_deh.lmp')
|
||||||
|
|
||||||
for e in range(4):
|
for e in range(4):
|
||||||
for m in range(9):
|
for m in range(9):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue