CLuaMenuFilebrowser::exec: Fix value handling when dirMode = false

- Add luaId to action function as parameter
 - Set Lua api version to 1.25


Origin commit data
------------------
Commit: 5259e80b1c
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-12-13 (Sun, 13 Dec 2015)
This commit is contained in:
Michael Liebmann
2015-12-13 23:32:24 +01:00
parent 708d737000
commit dcdf1a6b27
2 changed files with 6 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ extern "C" {
#include "luainstance_helpers.h"
#define LUA_API_VERSION_MAJOR 1
#define LUA_API_VERSION_MINOR 24
#define LUA_API_VERSION_MINOR 25
/* inspired by Steve Kemp http://www.steve.org.uk/ */
class CLuaInstance