mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 11:10:39 +00:00
fix compilation warning
git-svn-id: https://svn.eduke32.com/eduke32@1868 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
64e22b9c6f
commit
e35be69a0c
1 changed files with 1 additions and 1 deletions
|
@ -9543,7 +9543,7 @@ int32_t hitscan(const vec3_t *sv, int16_t sectnum, int32_t vx, int32_t vy, int32
|
||||||
|
|
||||||
dawalclipmask = (cliptype&65535);
|
dawalclipmask = (cliptype&65535);
|
||||||
dasprclipmask = (cliptype>>16);
|
dasprclipmask = (cliptype>>16);
|
||||||
#ifdef TAX_ENABLE
|
#ifdef YAX_ENABLE
|
||||||
restart_grand:
|
restart_grand:
|
||||||
#endif
|
#endif
|
||||||
hitinfo->pos.x = hitscangoalx; hitinfo->pos.y = hitscangoaly;
|
hitinfo->pos.x = hitscangoalx; hitinfo->pos.y = hitscangoaly;
|
||||||
|
|
Loading…
Reference in a new issue