fix in xact

This commit is contained in:
p.kosyh@gmail.com 2010-10-02 12:52:03 +00:00
parent 95949f8f9a
commit 71c47e29c0

View file

@ -22,7 +22,7 @@ iface.xref = function(self, str, obj, ...)
cmd = 'act ';
elseif isSceneUse(o) then
cmd = 'use ';
elseif isXaction(o) then
elseif isXaction(o) and not o.id then
cmd = 'act ';
end
local a = ''