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,11 +33,9 @@
|
|||
*/
|
||||
|
||||
#include "misc.h"
|
||||
#include "var.h"
|
||||
#include "sect.h"
|
||||
#include "nat.h"
|
||||
#include "news.h"
|
||||
#include "var.h"
|
||||
#include "file.h"
|
||||
#include "path.h"
|
||||
#include "xy.h"
|
||||
|
@ -323,7 +321,7 @@ guerrilla(struct sctstr *sp)
|
|||
}
|
||||
}
|
||||
if (convert && sp->sct_loyal >= 50) {
|
||||
register int n;
|
||||
int n;
|
||||
/* new owner gets to keep the mobility there */
|
||||
oldmob = sp->sct_mobil;
|
||||
/* che won, and sector converts. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue