1
0
Fork 0
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:
Chris-plus-alphanumericgibberish 2016-08-21 18:31:05 -04:00
parent 675e255fc1
commit 5ca8e01859

View file

@ -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