mirror of
https://github.com/Tribes2-SCP/AssetCompat.git
synced 2026-07-15 10:04:38 +00:00
Made interiorFunctions.cs optional, but enabled by default.
This commit is contained in:
parent
8a71bbc53d
commit
fcbfd0d9e2
1 changed files with 4 additions and 1 deletions
|
|
@ -6,7 +6,10 @@
|
||||||
// Torque Script & engine declared functions that implement missing
|
// Torque Script & engine declared functions that implement missing
|
||||||
// functionality.
|
// functionality.
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
$fixInterior=1;
|
||||||
|
if ($fixInterior) {
|
||||||
|
exec ("./interiorFunctions.cs");
|
||||||
|
}
|
||||||
exec("./etcFunctions.cs");
|
exec("./etcFunctions.cs");
|
||||||
exec("./audioFunctions.cs");
|
exec("./audioFunctions.cs");
|
||||||
exec("./playerFunctions.cs");
|
exec("./playerFunctions.cs");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue