Skip to content

Commit

Permalink
Removed: ARRAY_DECODEPOA not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdvideo1234 committed Apr 4, 2024
1 parent 3dad643 commit d30bf39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lua/autorun/trackassembly_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ local asmlib = trackasmlib; if(not asmlib) then -- Module present
------------ CONFIGURE ASMLIB ------------

asmlib.InitBase("track","assembly")
asmlib.SetOpVar("TOOL_VERSION","8.757")
asmlib.SetOpVar("TOOL_VERSION","8.758")

------------ CONFIGURE GLOBAL INIT OPVARS ------------

Expand Down
1 change: 0 additions & 1 deletion lua/trackassembly/trackasmlib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,6 @@ function InitBase(sName, sPurp)
SetOpVar("ARRAY_MODEDB",{"LUA", "SQL"})
SetOpVar("ARRAY_MODETM",{"CQT", "OBJ"})
SetOpVar("TABLE_FREQUENT_MODELS",{})
SetOpVar("ARRAY_DECODEPOA",{0,0,0,Size=3})
SetOpVar("ENTITY_DEFCLASS", "prop_physics")
SetOpVar("KEY_DEFAULT","(!@<#_$|%^|&>*)DEFKEY(*>&|^%|$_#<@!)")
SetOpVar("KEY_FLIPOVER", "FLIPOVER")
Expand Down

0 comments on commit d30bf39

Please sign in to comment.