Comments, I'm tired 👽

This commit is contained in:
FutureRave 2022-01-19 00:53:06 +00:00
parent 4ee39b510f
commit 9af4a9b8e0
No known key found for this signature in database
GPG Key ID: E883E2BC9657D955

View File

@ -159,7 +159,7 @@ namespace Components
{ {
__asm __asm
{ {
// Check the value of BGEnableBounces // Check the value of BGBounces
push ecx push ecx
push eax push eax
@ -170,7 +170,7 @@ namespace Components
pop eax pop eax
pop ecx pop ecx
// Do not bounce if BGEnableBounces is 0 // Do not bounce if BGBounces is 0
jle noBounce jle noBounce
// Bounce // Bounce