Browse Source

Merge pull request #746 from Azaezel/alpha40/CompilationCorrection

fix compilation flaws
Brian Roberts 3 years ago
parent
commit
ee4253c982

+ 1 - 1
Engine/source/assets/assetDefinition.h

@@ -36,7 +36,7 @@
 #endif
 
 #ifndef _SIMSET_H_
-#include "console/simset.h"
+#include "console/simSet.h"
 #endif
 
 #ifndef _CONSOLEOBJECT_H_

+ 1 - 1
Engine/source/console/consoleFunctions.cpp

@@ -2861,7 +2861,7 @@ DefineEngineFunction(getTimestamp, const char*, (), ,
 }
 
 #ifdef TORQUE_TOOLS
-DefineEngineFunction(systemCommand, S32, (const char* commandLineAction, const char* callBackFunction), , "", "")
+DefineEngineFunction(systemCommand, S32, (const char* commandLineAction, const char* callBackFunction), (""), "")
 {
    if (commandLineAction != "")
    {