mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Added new config file save for vehicle re-mappings
Added gui functionality for vehicle re-mapping Update optionsDlg.cs Fixed some coding guidelines problem Fix some of the indentation problems (tabs replaced by spaces). Curly bracket guidelines followed. fixed some indentation problems just noticed a few more indentation problem, my bad.
This commit is contained in:
parent
b052a1f970
commit
170e2ea532
2 changed files with 78 additions and 17 deletions
|
|
@ -111,7 +111,8 @@ function initClient()
|
|||
|
||||
if (isFile("./config.cs"))
|
||||
exec("./config.cs");
|
||||
|
||||
if (isFile("./config_vehicle.cs"))
|
||||
exec("./config_vehicle.cs");
|
||||
loadMaterials();
|
||||
|
||||
// Really shouldn't be starting the networking unless we are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue