mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 01:47:39 +00:00
savefile selection / an option to use no savefile
This commit is contained in:
@@ -611,8 +611,8 @@ int read_cheat_args() {
|
||||
else if(argis("-g")) {
|
||||
/* debugging mode */
|
||||
if(curphase == 1) {
|
||||
/* use a separate score file */
|
||||
scorefile = "xx";
|
||||
/* use no score file */
|
||||
scorefile = "";
|
||||
/* set seed for reproducible results */
|
||||
if(!fixseed) {
|
||||
fixseed = true; autocheat = true;
|
||||
|
Reference in New Issue
Block a user