Magic-number elimination.
This commit is contained in:
parent
9b89dd2829
commit
786832210e
1 changed files with 1 additions and 1 deletions
2
init.c
2
init.c
|
@ -95,7 +95,7 @@ int initialise(void)
|
||||||
game.tally = game.tally - game.prop[treasure];
|
game.tally = game.tally - game.prop[treasure];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
game.conds = setbit(11);
|
game.conds = setbit(COND_HBASE);
|
||||||
|
|
||||||
return seedval;
|
return seedval;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue