浏览代码

fix compilation flaws

AzaezelX 3 年之前
父节点
当前提交
d883575d0f
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Engine/source/assets/assetDefinition.h
  2. 1 1
      Engine/source/console/consoleFunctions.cpp

+ 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 != "")
    {