Skip to content
Snippets Groups Projects
Commit 871e6c0c authored by Perttu Ahola's avatar Perttu Ahola
Browse files

On SIGINT in main menu, don't connect before shutting down

parent 392485aa
No related branches found
No related tags found
No related merge requests found
...@@ -1631,7 +1631,7 @@ int main(int argc, char *argv[]) ...@@ -1631,7 +1631,7 @@ int main(int argc, char *argv[])
} }
// Break out of menu-game loop to shut down cleanly // Break out of menu-game loop to shut down cleanly
if(device->run() == false) if(device->run() == false || kill == true)
break; break;
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment