Merge pull request #746 from Azaezel/alpha40/CompilationCorrection

fix compilation flaws
This commit is contained in:
Brian Roberts 2022-03-19 12:56:07 -05:00 committed by GitHub
commit ee4253c982
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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