[MIRROR] only tab indentation (#10517)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-23 17:30:43 -07:00
committed by GitHub
parent a212c585c7
commit e501986575
102 changed files with 941 additions and 837 deletions

View File

@@ -51,7 +51,7 @@
add_to_openlist(next.x+2,next.y,next.x,next.y)
add_to_openlist(next.x,next.y-2,next.x,next.y)
// Cleanup. Map stays in memory for display proc.
// Cleanup. Map stays in memory for display proc.
checked_coord_cache.Cut()
openlist.Cut()
closedlist.Cut()