From 34d1751fe402936455fc8b57b28cb6c3eda11285 Mon Sep 17 00:00:00 2001 From: Robert Göffringmann Date: Wed, 17 Dec 2003 01:47:47 +0000 Subject: fixed resMan bug about closing of sections and started adding menu support svn-id: r11695 --- sword1/text.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'sword1/text.cpp') 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!"); -- cgit v1.2.3