From cf417c9bb944a3628826226f73c3ebc5e1b1c0c8 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 22 Aug 2010 20:26:30 +0000 Subject: [PATCH] Enable lua string library (int to string, string to int and some other useful things) git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1588 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- src/factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/factory.c b/src/factory.c index 96acad0e..c0db6871 100644 --- a/src/factory.c +++ b/src/factory.c @@ -1001,7 +1001,7 @@ void Run_script(char *scriptdir) luaopen_table(L); //luaopen_io(L); // crashes on Windows, for unknown reason //luaopen_os(L); - //luaopen_string(L); + luaopen_string(L); luaopen_math(L); //luaopen_debug(L);