EgtExecutor :
- corretto registrazione chiamata funzione EgtExplodeSurf.
This commit is contained in:
@@ -154,7 +154,7 @@ ExeExplodeSurface( int nId, int* pnCount)
|
||||
ExeSetModified() ;
|
||||
// se richiesto, salvo il comando Lua equivalente
|
||||
if ( IsCmdLog()) {
|
||||
string sLua = "EgtExplodeSurface(" + ToString( nId) + ")" +
|
||||
string sLua = "EgtExplodeSurf(" + ToString( nId) + ")" +
|
||||
" -- Id1=" + ToString( nFirstId) + ",Nbr=" + ToString( nCount) ;
|
||||
LOG_INFO( GetCmdLogger(), sLua.c_str()) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user