projects
/
gbrg
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aeecc2
)
Removed redundant comparison in actor update
author
Lukas Krickl
<lukas@krickl.dev>
Thu, 12 Dec 2024 05:23:42 +0000
(06:23 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Thu, 12 Dec 2024 05:23:42 +0000
(06:23 +0100)
src/actor.s
patch
|
blob
|
history
diff --git
a/src/actor.s
b/src/actor.s
index bc946ce889a154803c10636353ebadf8429b8365..b98bad31b1a0f7a27402c687beb6c826792603e1 100644
(file)
--- a/
src/actor.s
+++ b/
src/actor.s
@@
-342,7
+342,6
@@
actors_update:
ld hl, actor_update_table
ld a, [bc]
- cp a, 0
call call_tbl
pop bc