This commit is contained in:
Daveo 2001-05-11 23:52:38 +00:00
parent 895ac32d27
commit a7a1b53709
6 changed files with 166 additions and 94 deletions

View file

@ -165,7 +165,7 @@ bool Finished=false;
if (Lvl>=LvlTableSize) Lvl=0;
}
// End TMP
// Lvl&=3; // Ch1 only Bodge
Lvl&=3; // Ch1 only Bodge
return(Finished);
}