Closed jacobwilliams closed 2 years ago
I believe this line:
if (Ier == 6) lvl = 0
should be :
if (Ier == 6) lvl = 1
Which matches all the other routines. This is a bug that has been in there since 1983.
I believe this line:
should be :
Which matches all the other routines. This is a bug that has been in there since 1983.