1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-05-18 05:23:22 -07:00

fix actor lister

This commit is contained in:
Connor Olding 2015-12-11 00:41:57 -08:00
parent cfd57b391b
commit c450e7b535
2 changed files with 2 additions and 2 deletions

View File

@ -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'},

View File

@ -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