Comments, I'm tired 👽
This commit is contained in:
parent
4ee39b510f
commit
9af4a9b8e0
@ -159,7 +159,7 @@ namespace Components
|
||||
{
|
||||
__asm
|
||||
{
|
||||
// Check the value of BGEnableBounces
|
||||
// Check the value of BGBounces
|
||||
push ecx
|
||||
push eax
|
||||
|
||||
@ -170,7 +170,7 @@ namespace Components
|
||||
pop eax
|
||||
pop ecx
|
||||
|
||||
// Do not bounce if BGEnableBounces is 0
|
||||
// Do not bounce if BGBounces is 0
|
||||
jle noBounce
|
||||
|
||||
// Bounce
|
||||
|
Loading…
Reference in New Issue
Block a user