🔥 Get rid of _ptargx/y
This commit is contained in:
parent
6e3b9481b4
commit
97d7171123
8 changed files with 34 additions and 44 deletions
|
|
@ -254,8 +254,6 @@ static void AssertPlayer(PlayerStruct *pPlayer)
|
|||
ASSERT_EQ(pPlayer->_py, 68);
|
||||
ASSERT_EQ(pPlayer->_pfutx, 75);
|
||||
ASSERT_EQ(pPlayer->_pfuty, 68);
|
||||
ASSERT_EQ(pPlayer->_ptargx, 75);
|
||||
ASSERT_EQ(pPlayer->_ptargy, 68);
|
||||
ASSERT_EQ(pPlayer->plrlevel, 0);
|
||||
ASSERT_EQ(pPlayer->destAction, -1);
|
||||
ASSERT_STREQ(pPlayer->_pName, "TestPlayer");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue