1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-30 09:36:43 +00:00

Turn overlooked instance of GetCell() into getCell()

This commit is contained in:
David Cernat 2016-11-16 17:48:39 +02:00
parent 6cd959fac8
commit 1a25434d33

View file

@ -30,7 +30,7 @@ void Players::newPlayer(RakNet::RakNetGUID guid)
guid.g); guid.g);
players[guid.g] = new Player(guid); players[guid.g] = new Player(guid);
players[guid.g]->GetCell()->blank(); players[guid.g]->getCell()->blank();
players[guid.g]->Npc()->blank(); players[guid.g]->Npc()->blank();
players[guid.g]->NpcStats()->blank(); players[guid.g]->NpcStats()->blank();
players[guid.g]->CreatureStats()->blank(); players[guid.g]->CreatureStats()->blank();