(ac_fireflak): Remove unused local variables.
This commit is contained in:
parent
b6d63e0165
commit
180c8586f6
1 changed files with 0 additions and 2 deletions
|
@ -947,10 +947,8 @@ ac_landflak(struct emp_qelem *list, coord x, coord y)
|
||||||
static void
|
static void
|
||||||
ac_fireflak(struct emp_qelem *list, natid from, int guns)
|
ac_fireflak(struct emp_qelem *list, natid from, int guns)
|
||||||
{
|
{
|
||||||
struct plnstr *pp;
|
|
||||||
struct plist *plp;
|
struct plist *plp;
|
||||||
int n;
|
int n;
|
||||||
int diff;
|
|
||||||
struct emp_qelem *qp;
|
struct emp_qelem *qp;
|
||||||
struct emp_qelem *next;
|
struct emp_qelem *next;
|
||||||
char msg[255];
|
char msg[255];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue