1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-18 11:43:12 +00:00

Darkel is bored.

This commit is contained in:
_AG 2019-07-07 20:59:49 +02:00
parent 0c34fb1bb2
commit 439f371fc3

View file

@ -34,7 +34,7 @@ int32 CDarkel::CalcFade(uint32 time, int32 start, uint32 end) {
if (time >= start && time <= end) {
if (time >= start + 500) {
if (time <= end - 500)
return 0;
return 255;
else
return 255 * (end - time) / 500;
}
@ -55,6 +55,7 @@ void CDarkel::DrawMessages()
switch (Status) {
case KILLFRENZY_ONGOING:
assert(pStartMessage != nil);
DisplayTimers = true;
break;
case KILLFRENZY_PASSED: