Code clean up.

This commit is contained in:
_AG 2019-06-20 15:18:15 +02:00
parent 922c73eeee
commit f3c331ece6
5 changed files with 78 additions and 39 deletions

View file

@ -8,5 +8,5 @@ bool CDarkel::Status = *(bool*)0x95CCB4;
bool CDarkel::FrenzyOnGoing()
{
return Status;
return Status == 1;
}