Files
neutrino/src
Stefan Seyfried c44191274a luainstance: use lua_Integer in tableLookup()
This fixes the build on platforms where lua_Integer is not int.
The other solution, converting the lua_Integer's to int is not
as flexible IMHO. Only build tested.
2014-02-23 15:49:08 +01:00
..