aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v8.cpp')
-rw-r--r--scumm/script_v8.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp
index 252e677d10..f7db60fcd3 100644
--- a/scumm/script_v8.cpp
+++ b/scumm/script_v8.cpp
@@ -1313,8 +1313,8 @@ void Scumm_v8::o8_kernelSetFunctions() {
break;
case 24: // clearTextQueue
- // TODO - clearTextQueue
-// warning("o8_kernelSetFunctions: clearTextQueue()");
+ // TODO - clearTextQueue. Maybe this should just call removeBlastTexts() ?
+ warning("o8_kernelSetFunctions: clearTextQueue()");
break;
case 25: { // saveGameReadName
SaveFileManager *mgr = _system->get_savefile_manager();