mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
went through the rest of cppcheck warnings, mostly harmless
This commit is contained in:
@ -429,11 +429,9 @@ void CVCMIServer::start()
|
||||
case 0:
|
||||
firstConnection->close();
|
||||
exit(0);
|
||||
break;
|
||||
case 1:
|
||||
firstConnection->close();
|
||||
return;
|
||||
break;
|
||||
case 2:
|
||||
newGame();
|
||||
break;
|
||||
|
Reference in New Issue
Block a user