fix build order for nhdefkey, add to nhsetup

also minor cosmetics; clean up two warnings in Release mode,
turn off multi-processor, and fix /Oi /Oi- discrepancy
This commit is contained in:
Derek S. Ray
2015-02-28 21:34:34 -05:00
parent 4794329e89
commit 6ebb7db138
7 changed files with 23 additions and 12 deletions

View File

@@ -1099,7 +1099,7 @@ domove()
register struct monst *mtmp;
register struct rm *tmpr;
register xchar x,y;
struct trap *trap;
struct trap *trap = NULL;
int wtcap;
boolean on_ice;
xchar chainx, chainy, ballx, bally; /* ball&chain new positions */