aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword1/text.cpp')
-rw-r--r--engines/sword1/text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword1/text.cpp b/engines/sword1/text.cpp
index 1ca6fdd27d..0c78798a49 100644
--- a/engines/sword1/text.cpp
+++ b/engines/sword1/text.cpp
@@ -64,7 +64,7 @@ Text::~Text(void) {
uint32 Text::lowTextManager(uint8 *ascii, int32 width, uint8 pen) {
_textCount++;
if (_textCount > MAX_TEXT_OBS)
- error("Text::lowTextManager: MAX_TEXT_OBS exceeded!");
+ error("Text::lowTextManager: MAX_TEXT_OBS exceeded");
uint32 textObjId = (TEXT_sect * ITM_PER_SEC) - 1;
do {
textObjId++;