aboutsummaryrefslogtreecommitdiff
path: root/sword1/text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/text.cpp')
-rw-r--r--sword1/text.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/sword1/text.cpp b/sword1/text.cpp
index 6b4f354e72..da920c298e 100644
--- a/sword1/text.cpp
+++ b/sword1/text.cpp
@@ -49,7 +49,6 @@ SwordText::SwordText(ObjectMan *pObjMan, ResMan *pResMan, bool czechVersion) {
}
uint32 SwordText::lowTextManager(uint8 *ascii, int32 width, uint8 pen) {
- // get rid of that textId thing!
_textCount++;
if (_textCount > MAX_TEXT_OBS)
error("SwordText::lowTextManager: MAX_TEXT_OBS exceeded!");