diff options
author | Joseph-Eugene Winzer | 2018-03-09 21:10:20 +0100 |
---|---|---|
committer | Joseph-Eugene Winzer | 2018-03-11 23:25:00 +0100 |
commit | 61fb88ef2076d230b9380677ecb9ba6353b95f3c (patch) | |
tree | bcb160e92631b161eda15cc793e158a8d555000f /engines/supernova | |
parent | 7fab63f297a3639aa624d0a7f867e12c0e329545 (diff) | |
download | scummvm-rg350-61fb88ef2076d230b9380677ecb9ba6353b95f3c.tar.gz scummvm-rg350-61fb88ef2076d230b9380677ecb9ba6353b95f3c.tar.bz2 scummvm-rg350-61fb88ef2076d230b9380677ecb9ba6353b95f3c.zip |
SUPERNOVA: Removes TODO for quitGameDialog()
Diffstat (limited to 'engines/supernova')
-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); |