aboutsummaryrefslogtreecommitdiff
path: root/sky/text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/text.cpp')
-rw-r--r--sky/text.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/sky/text.cpp b/sky/text.cpp
index 586dcf7fad..dd0ae8c1be 100644
--- a/sky/text.cpp
+++ b/sky/text.cpp
@@ -430,6 +430,9 @@ void SkyText::changeTextSpriteColour(uint8 *sprData, uint8 newCol) {
void SkyText::initHuffTree() {
switch (SkyState::_systemVars.gameVersion) {
+ case 109:
+ _huffTree = _huffTree_00109;
+ break;
case 267:
_huffTree = _huffTree_00267;
break;