SUPERNOVA: Removes TODO for quitGameDialog()

This commit is contained in:
Joseph-Eugene Winzer 2018-03-09 21:10:20 +01:00
parent 7fab63f297
commit 61fb88ef20

View File

@ -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);