diff --git a/src/ui/qt/gamewindow.cpp b/src/ui/qt/gamewindow.cpp index 1627d790..74565651 100644 --- a/src/ui/qt/gamewindow.cpp +++ b/src/ui/qt/gamewindow.cpp @@ -528,7 +528,7 @@ void MillGameWindow::on_actionLimited_T_triggered() int dTime = comboBox_time->currentData().toInt(); if (gStep != dStep || gTime != dTime) { game->setRule(ruleNo, static_cast(dStep), dTime); - gameOptions.setMoveTime(dTime); + game->setMoveTime(dTime); } }