Engine:
authorsmaxx
Wed, 04 Aug 2010 17:35:45 +0200
changeset 3724 b8678667e7dc
parent 3723 958eeaf84714
child 3725 5870a7d2b5c9
Engine: * Added Lua's table module
hedgewars/uScript.pas
--- a/hedgewars/uScript.pas	Wed Aug 04 16:54:15 2010 +0200
+++ b/hedgewars/uScript.pas	Wed Aug 04 17:35:45 2010 +0200
@@ -821,6 +821,7 @@
 luaopen_base(luaState);
 luaopen_string(luaState);
 luaopen_math(luaState);
+luaopen_table(luaState);
 
 // import some variables
 ScriptSetInteger('LAND_WIDTH', LAND_WIDTH);