EgtExecutor 1.8l3 :

- aggiunte funzioni Exe e Lua AddPicture
- migliorie alla gestione di Photo.
This commit is contained in:
Dario Sassi
2017-12-27 17:05:29 +00:00
parent 1f1c589f47
commit f33513bdc5
13 changed files with 657 additions and 26 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ LuaGetPhotoPath( lua_State* L)
static int
LuaChangePhotoPath( lua_State* L)
{
// 2 parametri : nId,
// 2 parametri : nId, sPath
int nId ;
LuaCheckParam( L, 1, nId)
string sPath ;