Rename player globals
This commit is contained in:
parent
dce78dde62
commit
96bf75b502
46 changed files with 1615 additions and 1615 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue