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:
aaravamudan2014 2017-04-17 16:07:03 -04:00
parent b052a1f970
commit 170e2ea532
2 changed files with 78 additions and 17 deletions

View file

@ -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