in orx-1.4-srccodesrccoreorxCommand.c ,
and in " orxCOMMAND_VAR *orxFASTCALL orxCommand_Evaluate(const orxSTRING _zCommandLine, orxCOMMAND_VAR *_pstResult) " ,
there is "if((_zCommandLine != orxNULL) & (_zCommandLine != orxSTRING_EMPTY))"
did forget a "&"? ofcourse ,& would not cause problem ,but usaually we use && in a "if()" .or this would get any good?
Comments
I'll be fixing it asap.