(ac_fireflak): Remove unused local variables.

This commit is contained in:
Ron Koenderink 2006-06-26 01:43:28 +00:00
parent b6d63e0165
commit 180c8586f6

View file

@ -947,10 +947,8 @@ ac_landflak(struct emp_qelem *list, coord x, coord y)
static void
ac_fireflak(struct emp_qelem *list, natid from, int guns)
{
struct plnstr *pp;
struct plist *plp;
int n;
int diff;
struct emp_qelem *qp;
struct emp_qelem *next;
char msg[255];