mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-08-12 23:51:38 +01:00
Expanded in warning types due to Great Reflagging
This commit is contained in:
parent
675e255fc1
commit
5ca8e01859
1 changed files with 6 additions and 1 deletions
|
@ -645,7 +645,12 @@ initoptions()
|
|||
iflags.bouldersym = 0;
|
||||
iflags.travelcc.x = iflags.travelcc.y = -1;
|
||||
flags.warnlevel = 1;
|
||||
flags.warntype = 0L;
|
||||
flags.warntypem = 0L;
|
||||
flags.warntypet = 0L;
|
||||
flags.warntypeb = 0L;
|
||||
flags.warntypeg = 0L;
|
||||
flags.warntypea = 0L;
|
||||
flags.warntypev = 0L;
|
||||
flags.montype = (long long int)0;
|
||||
|
||||
#ifdef SORTLOOT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue