Reorganize method/variable definitions, remove unused ones.

Took 1 hour 8 minutes


Took 24 seconds
This commit is contained in:
Lukas Brübach 2025-09-09 11:37:24 +02:00
parent f75389a52b
commit 9beb8e8245
3 changed files with 53 additions and 62 deletions

View file

@ -47,8 +47,8 @@
Player::Player(const ServerInfo_User &info, int _id, bool _local, bool _judge, TabGame *_parent)
: QObject(_parent), game(_parent), playerInfo(new PlayerInfo(info, _id, _local, _judge)),
playerEventHandler(new PlayerEventHandler(this)), playerActions(new PlayerActions(this)), dialogSemaphore(false),
active(false)
playerEventHandler(new PlayerEventHandler(this)), playerActions(new PlayerActions(this)), active(false),
dialogSemaphore(false)
{
initializeZones();