diff options
Diffstat (limited to 'engines/sword2/debug.cpp')
-rw-r--r-- | engines/sword2/debug.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/engines/sword2/debug.cpp b/engines/sword2/debug.cpp index 8f9f54ad5c..cb3c3b6a30 100644 --- a/engines/sword2/debug.cpp +++ b/engines/sword2/debug.cpp @@ -120,15 +120,6 @@ void Debugger::buildDebugText() { makeDebugTextBlock(buf, 0, 105); } -#ifdef SWORD2_DEBUG - // speed-up indicator - - if (_vm->_renderSkip) { // see sword2.cpp - sprintf(buf, "SKIPPING FRAMES FOR SPEED-UP!"); - makeDebugTextBlock(buf, 0, 120); - } -#endif - // debug info at top of screen - enabled/disabled as one complete unit if (_displayTime) { |