Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
|
||||
.proc _mouse_hide
|
||||
|
||||
lda _mouse_hidden ; Get the flag
|
||||
bne @L1 ; Jump if already invisible
|
||||
jsr mouse_hide ; Call the driver
|
||||
@L1: inc _mouse_hidden ; Set the flag to invisible
|
||||
rts
|
||||
lda _mouse_hidden ; Get the flag
|
||||
bne @L1 ; Jump if already invisible
|
||||
jsr mouse_hide ; Call the driver
|
||||
@L1: inc _mouse_hidden ; Set the flag to invisible
|
||||
rts
|
||||
|
||||
.endproc
|
||||
|
||||
Reference in New Issue
Block a user