mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
indent fix
This commit is contained in:
@@ -889,7 +889,7 @@ loopObject:
|
||||
mov edx, 0x10 // yellow
|
||||
test byte ptr [ecx+0x25], dl // NoHighlight_ flag is set (is this a container)?
|
||||
jz NoHighlight // No
|
||||
cmp HighlightContainers, eax // Highlight containers?
|
||||
cmp HighlightContainers, eax // Highlight containers?
|
||||
je nextObject // No
|
||||
mov edx, 0x4 // light gray
|
||||
NoHighlight:
|
||||
|
||||
Reference in New Issue
Block a user