context build changes for Unix
- removed an extraneous space from Makefile.src that confused GNU make - unixmain.c still had a couple uses of flags.move
This commit is contained in:
@@ -290,14 +290,14 @@ char *argv[];
|
||||
compress(fq_save);
|
||||
}
|
||||
}
|
||||
flags.move = 0;
|
||||
context.move = 0;
|
||||
} else {
|
||||
not_recovered:
|
||||
player_selection();
|
||||
newgame();
|
||||
wd_message();
|
||||
|
||||
flags.move = 0;
|
||||
context.move = 0;
|
||||
set_wear();
|
||||
(void) pickup(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user