🔥 Get rid of _ptargx/y

This commit is contained in:
Anders Jenbo 2021-04-21 00:12:55 +02:00
commit 97d7171123
8 changed files with 34 additions and 44 deletions

View file

@ -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");