Remove superflous casts.
This commit is contained in:
parent
a1ce7db238
commit
bd2673a6e4
8 changed files with 8 additions and 8 deletions
|
@ -64,7 +64,7 @@ wing(void)
|
|||
if (!snxtitem(&nstr, EF_PLANE, player->argp[2]))
|
||||
return RET_SYN;
|
||||
count = 0;
|
||||
while (nxtitem(&nstr, (s_char *)&plane)) {
|
||||
while (nxtitem(&nstr, &plane)) {
|
||||
if (plane.pln_own != player->cnum)
|
||||
continue;
|
||||
if (plane.pln_wing == c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue