aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/draci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/draci.cpp')
-rw-r--r--engines/draci/draci.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/draci/draci.cpp b/engines/draci/draci.cpp
index 58f5261193..13e5ffae6a 100644
--- a/engines/draci/draci.cpp
+++ b/engines/draci/draci.cpp
@@ -136,8 +136,12 @@ int DraciEngine::go() {
testString = "I'm smaller than the font above me.";
font.drawString(surf, testString,
(320 - font.getStringWidth(testString, 1)) / 2, 150, 1);
- _system->unlockScreen();
+ // Overflow handling test
+ testString = "Checking overflooooooooooooooooooooooooow...";
+ font.drawString(surf, testString, 50, 170, 1);
+
+ _system->unlockScreen();
_system->updateScreen();
// Draw and animate the dragon