mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-18 15:11:51 +00:00
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:
parent
431941771d
commit
8f1df579e1
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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, ...)
|
||||
|
|
Loading…
Reference in a new issue