aboutsummaryrefslogtreecommitdiff
path: root/sword2/maketext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/maketext.cpp')
-rw-r--r--sword2/maketext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/maketext.cpp b/sword2/maketext.cpp
index 1a0584aa4c..5a233ad444 100644
--- a/sword2/maketext.cpp
+++ b/sword2/maketext.cpp
@@ -590,7 +590,7 @@ void Sword2Engine::initialiseFontResourceFlags(void) {
// Get the text line - skip the 2 chars containing the wavId
- if (g_sword2->_gameId == GID_SWORD2_DEMO)
+ if (g_sword2->_features & GF_DEMO)
textLine = FetchTextLine(textFile, 451) + 2;
else
textLine = FetchTextLine(textFile, 54) + 2;