mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-15 16:58:01 +00:00
SUPERNOVA: Removes TODO for quitGameDialog()
This commit is contained in:
parent
7fab63f297
commit
61fb88ef20
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user