Rename player globals

This commit is contained in:
Anders Jenbo 2021-07-07 02:15:00 +02:00
commit 96bf75b502
46 changed files with 1615 additions and 1615 deletions

View file

@ -10,7 +10,7 @@ TEST(Control, SetSpell)
pinfoflag = true;
pSpell = SPL_FIREBOLT;
pSplType = RSPLTYPE_CHARGES;
auto &myPlayer = plr[myplr];
auto &myPlayer = Players[MyPlayerId];
SetSpell();
EXPECT_EQ(spselflag, false);
EXPECT_EQ(myPlayer._pRSpell, SPL_FIREBOLT);