Home
last modified time | relevance | path

Searched refs:seatToUse (Results 1 – 1 of 1) sorted by relevance

/dports/games/opendungeons/OpenDungeons-0.7.1/source/network/
H A DODServer.cpp887 Seat* seatToUse = nullptr; in processClientNotifications() local
905 seatToUse = seat; in processClientNotifications()
909 if(seatToUse == nullptr) in processClientNotifications()
910 seatToUse = seat; in processClientNotifications()
913 if(seatToUse != nullptr) in processClientNotifications()
915 …er: " + clientSocket->getPlayer()->getNick() + " on seat " + Helper::toString(seatToUse->getId())); in processClientNotifications()
916 seatToUse->setConfigPlayerId(clientSocket->getPlayer()->getId()); in processClientNotifications()