- Blood: Open up MAXHORIZVEL to SW levels to compensate for removal of q16horz scaling in previous horizon code.

This commit is contained in:
Mitchell Richters 2020-09-22 07:46:30 +10:00
parent d40a2d3e95
commit 31bb9e4d8d

View file

@ -38,7 +38,7 @@ enum
{
MAXFVEL = 2048,
MAXSVEL = 2048,
MAXHORIZVEL = 32
MAXHORIZVEL = 128
};
void UpdatePlayerSpriteAngle(PLAYER* pPlayer);