mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-03-10 03:02:21 +00:00
- fixed exittext definition for Harmony.
This wasn't using the string table.
This commit is contained in:
parent
a685754abf
commit
21cd42cdfb
1 changed files with 1 additions and 1 deletions
|
@ -193,5 +193,5 @@ clusterdef 1
|
|||
// exittext, background flat is DEM1_1 and music is titletrack
|
||||
flat = DEM1_1
|
||||
music = "d_dm2ttl"
|
||||
exittext = "CLUSTEREXIT1"
|
||||
exittext = lookup, "CLUSTEREXIT1"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue