- fixed exittext definition for Harmony.

This wasn't using the string table.
This commit is contained in:
Christoph Oelckers 2022-03-23 12:27:22 +01:00
parent a685754abf
commit 21cd42cdfb
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}