diff --git a/source/games/duke/src/player.cpp b/source/games/duke/src/player.cpp index b558000a0..d6c493737 100644 --- a/source/games/duke/src/player.cpp +++ b/source/games/duke/src/player.cpp @@ -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);