aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sky/text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/text.cpp b/sky/text.cpp
index 280c0a0ba9..7e13151c36 100644
--- a/sky/text.cpp
+++ b/sky/text.cpp
@@ -351,7 +351,7 @@ lowTextManager_t SkyText::lowTextManager(uint32 textNum, uint16 width, uint16 lo
Compact *cpt = SkyState::fetchCompact(compactNum);
- while (cpt->status != 0xFFFF) { //-1
+ while (cpt->status != 0) {
compactNum++;
cpt = SkyState::fetchCompact(compactNum);
}