1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 14:37:16 +00:00

timer no longer runs while in the start menu

This commit is contained in:
Zeno Rogue 2017-09-01 22:36:03 +02:00
parent b3fe4d2698
commit b46faaa491

View File

@ -706,6 +706,8 @@ void showStartMenu() {
dialog::display(); dialog::display();
clearMessages(); clearMessages();
timerstart = time(NULL);
/* /*
initquickqueue(); initquickqueue();