--- a/QTfrontend/game.cpp Tue Oct 03 02:05:09 2017 +0200
+++ b/QTfrontend/game.cpp Tue Oct 03 15:50:10 2017 +0200
@@ -453,6 +453,9 @@
void HWGame::StartNet()
{
+ lastGameStartArgs.clear();
+ lastGameType = gtNet;
+
gameType = gtNet;
demo.clear();
Start(false);