Rogue V4: fix arithmetic operations on boolean variables.

Monsters created by scrolls should now have their placement randomized
correctly again.
This commit is contained in:
John "Elwin" Edwards 2021-04-15 20:55:34 -04:00
parent 6c3cd116ff
commit 844379d679
3 changed files with 3 additions and 3 deletions

View file

@ -246,7 +246,7 @@ turn_see(bool turn_off)
if (!can_see)
{
standend();
add_new++;
add_new = TRUE;
}
}
}