mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
Fix build
git-svn-id: https://svn.eduke32.com/eduke32@6775 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
18b9113c50
commit
f19607daa8
1 changed files with 1 additions and 1 deletions
|
@ -2714,7 +2714,7 @@ static void Proj_BounceOffWall(spritetype *s, int j)
|
|||
// NOTE: Compare with Proj_MaybeDamageCF2() in sector.c
|
||||
static int Proj_MaybeDamageCF(int spriteNum)
|
||||
{
|
||||
uspritetype const * const s = &sprite[spriteNum];
|
||||
uspritetype const * const s = (uspritetype const *)&sprite[spriteNum];
|
||||
|
||||
if (s->zvel < 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue