1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

codereview

This commit is contained in:
Laserlicht
2023-09-23 20:41:30 +02:00
committed by GitHub
parent ca96749c45
commit 6f8b62d77d
10 changed files with 50 additions and 58 deletions

View File

@@ -89,7 +89,7 @@ class CServerHandler : public IServerAPI, public LobbyInfo
std::vector<std::string> myNames;
std::shared_ptr<HighScoreCalculation> calc;
std::shared_ptr<HighScoreCalculation> highScoreCalc;
void threadHandleConnection();
void threadRunServer();