Remove "AnimWidth2" expect for missiles (#1680)
This commit is contained in:
parent
fbd0f22674
commit
239a43cc1c
18 changed files with 35 additions and 35 deletions
|
|
@ -297,7 +297,6 @@ static void AssertPlayer(PlayerStruct *pPlayer)
|
|||
ASSERT_EQ(pPlayer->_pAnimLen, 20);
|
||||
ASSERT_EQ(pPlayer->_pAnimFrame, 1);
|
||||
ASSERT_EQ(pPlayer->_pAnimWidth, 96);
|
||||
ASSERT_EQ(pPlayer->_pAnimWidth2, 16);
|
||||
ASSERT_EQ(pPlayer->_pSpell, -1);
|
||||
ASSERT_EQ(pPlayer->_pSplType, 4);
|
||||
ASSERT_EQ(pPlayer->_pSplFrom, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue