Do not include var.h where no longer needed. Clean up register keywords in these file at the same time. No functional changes.
This commit is contained in:
parent
442803c30a
commit
e9a040adb9
187 changed files with 246 additions and 435 deletions
|
@ -37,7 +37,6 @@
|
|||
*/
|
||||
|
||||
#include "misc.h"
|
||||
#include "var.h"
|
||||
#include "xy.h"
|
||||
#include "nat.h"
|
||||
#include "sect.h"
|
||||
|
@ -222,7 +221,7 @@ int
|
|||
sb(natid att, natid def, struct sctstr *sp, coord tx, coord ty, int noisy,
|
||||
int defending)
|
||||
{
|
||||
register int damage;
|
||||
int damage;
|
||||
natid own;
|
||||
int shell;
|
||||
double range;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue