(var.h, plague.h): Since all that was left in var.h were some plague

defines, import these defines into plague.h, drop var.h and include
plague.h where appropriate.
Remove some 'register' keywords at the same time.
No functional changes.
This commit is contained in:
Marc Olzheim 2004-10-12 20:25:33 +00:00
parent e9a040adb9
commit 39facfbf53
18 changed files with 43 additions and 45 deletions

View file

@ -33,7 +33,7 @@
#include "misc.h"
#include "player.h"
#include "var.h"
#include "plague.h"
#include "sect.h"
#include "xy.h"
#include "nsc.h"
@ -48,7 +48,7 @@ static int explore_map(s_char *what, coord curx, coord cury, s_char *arg);
int
explore(void)
{
register int amount;
int amount;
struct sctstr sect;
struct sctstr endsect;
struct sctstr start;