mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 12:30:46 +00:00
- remove unused variable.
This commit is contained in:
parent
2105af8096
commit
2b61b44188
1 changed files with 1 additions and 1 deletions
|
@ -831,7 +831,7 @@ int haskey(int sect, int snum)
|
|||
bool view(struct player_struct* pp, int* vx, int* vy, int* vz, short* vsectnum, int ang, int horiz)
|
||||
{
|
||||
spritetype* sp;
|
||||
int i, nx, ny, nz, hx, hy, hz, hitx, hity, hitz;
|
||||
int i, nx, ny, nz, hx, hy, hitx, hity, hitz;
|
||||
short bakcstat, hitsect, hitwall, hitsprite, daang;
|
||||
|
||||
nx = (sintable[(ang + 1536) & 2047] >> 4);
|
||||
|
|
Loading…
Reference in a new issue