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
|
@ -33,7 +33,6 @@
|
|||
|
||||
#include "misc.h"
|
||||
#include "player.h"
|
||||
#include "var.h"
|
||||
#include "xy.h"
|
||||
#include "sect.h"
|
||||
#include "land.h"
|
||||
|
@ -125,7 +124,7 @@ work(void)
|
|||
static int
|
||||
buildeff(struct sctstr *sp, int work, double *money)
|
||||
{
|
||||
register int work_cost;
|
||||
int work_cost;
|
||||
int n, hcms, lcms;
|
||||
int effdone = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue