Lunatic: in control/lua, sync ALLOWED_VIEWTYPE with change from r4814 (allow 2).

DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@4878 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2015-01-05 21:54:28 +00:00
parent 431941771d
commit 8f1df579e1
2 changed files with 4 additions and 2 deletions

View file

@ -102,8 +102,9 @@ local function truetab(tab)
end
return ttab
end
-- CODEDUP lunacon.lua
local ALLOWED_VIEWTYPE = truetab { 0, 1, 3,4, 5, 7, 8, -5, -7 }
-- KEEPINSYNC lunacon.lua
local ALLOWED_VIEWTYPE = truetab { 0, 1, 2, 3,4, 5, 7, 8, -5, -7 }
local function def_action_or_move(what, tab)
if (lastid[what] <= -(2^31)) then

View file

@ -1007,6 +1007,7 @@ function check.reserved_bits(flags, allowedbits, suffix)
end
end
-- KEEPINSYNC control.lua
Define.ALLOWED_VIEWTYPE = truetab { 0, 1, 2, 3,4, 5, 7, 8, -5, -7 }
function Define.composite(labeltype, identifier, ...)