EgtInterface 1.6t2 :
- aggiunte EgtSetInfoBool, EgtGetInfoBool.
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ __stdcall EgtLuaCreateGlobTable( const wchar_t* wsVar)
|
||||
BOOL
|
||||
__stdcall EgtLuaSetGlobBoolVar( const wchar_t* wsVar, BOOL bVal)
|
||||
{
|
||||
return ( ExeLuaSetGlobBoolVar( wstrztoA( wsVar), ( bVal != FALSE ? true : false)) ? TRUE : FALSE) ;
|
||||
return ( ExeLuaSetGlobBoolVar( wstrztoA( wsVar), ( bVal != FALSE)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user