spriteframe_t only gave 1D array, not 2D for rotated

This commit is contained in:
Alam Ed Arias 2023-10-25 08:00:04 -04:00
parent bd9aa75f8a
commit ec1b629609

View file

@ -138,8 +138,7 @@ static void R_InstallSpriteLump(UINT16 wad, // graphics patch
#ifdef ROTSPRITE
for (r = 0; r < 16; r++)
{
sprtemp[frame].rotated[0][r] = NULL;
sprtemp[frame].rotated[1][r] = NULL;
sprtemp[frame].rotated[r] = NULL;
}
#endif