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:
+2
-2
@@ -290,14 +290,14 @@ char *argv[];
|
|||||||
compress(fq_save);
|
compress(fq_save);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
flags.move = 0;
|
context.move = 0;
|
||||||
} else {
|
} else {
|
||||||
not_recovered:
|
not_recovered:
|
||||||
player_selection();
|
player_selection();
|
||||||
newgame();
|
newgame();
|
||||||
wd_message();
|
wd_message();
|
||||||
|
|
||||||
flags.move = 0;
|
context.move = 0;
|
||||||
set_wear();
|
set_wear();
|
||||||
(void) pickup(1);
|
(void) pickup(1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user