mirror of
https://github.com/Tribes2-SCP/AssetCompat.git
synced 2026-01-19 20:24:53 +00:00
Made interiorFunctions.cs optional, but enabled by default.
This commit is contained in:
parent
8a71bbc53d
commit
fcbfd0d9e2
|
|
@ -6,7 +6,10 @@
|
|||
// Torque Script & engine declared functions that implement missing
|
||||
// functionality.
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
$fixInterior=1;
|
||||
if ($fixInterior) {
|
||||
exec ("./interiorFunctions.cs");
|
||||
}
|
||||
exec("./etcFunctions.cs");
|
||||
exec("./audioFunctions.cs");
|
||||
exec("./playerFunctions.cs");
|
||||
|
|
|
|||
Loading…
Reference in a new issue