diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/supernova/supernova.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/supernova/supernova.cpp b/engines/supernova/supernova.cpp index e6b07993e9..78d4ef1c78 100644 --- a/engines/supernova/supernova.cpp +++ b/engines/supernova/supernova.cpp @@ -821,9 +821,6 @@ void SupernovaEngine::setTextSpeed() { bool SupernovaEngine::quitGameDialog() { bool quit = false; - // TODO: Center text position dynamically - // Get translated strings - // Create on startup GuiElement guiQuitBox; guiQuitBox.setColor(kColorRed, kColorWhite99, kColorRed, kColorWhite99); guiQuitBox.setSize(112, 97, 112 + 96, 97 + 27); |