mirror of
https://github.com/notwa/mm
synced 2024-11-05 01:19:02 -08:00
fix actor lister
This commit is contained in:
parent
cfd57b391b
commit
c450e7b535
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ local damage_names = require("data.damage names"..suffix)
|
|||
local validate = false
|
||||
|
||||
-- for figuring out actor variables
|
||||
local debug_mode = true
|
||||
local debug_mode = false
|
||||
|
||||
local debug_watch = mm and {
|
||||
{'room_number', '%02X'},
|
||||
|
|
|
@ -135,8 +135,8 @@ function ActorLister:run(now)
|
|||
end
|
||||
|
||||
if focus_this then
|
||||
W4(addrs.camera_target.addr, addr)
|
||||
W1(addrs.camera_target.addr, 0x80)
|
||||
W3(addrs.camera_target.addr + 1, addr)
|
||||
end
|
||||
|
||||
-- make all actors z-targetable
|
||||
|
|
Loading…
Reference in a new issue