aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/skang.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ClientHamr/GuiLua/skang.lua')
-rw-r--r--ClientHamr/GuiLua/skang.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua
index 791f79b..565b642 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -143,6 +143,7 @@ end
143moduleEnd = function (module) 143moduleEnd = function (module)
144 -- TODO - Look for _NAME.properties, and load it into the modules Things. 144 -- TODO - Look for _NAME.properties, and load it into the modules Things.
145 -- TODO - Parse command line parameters at some point. 145 -- TODO - Parse command line parameters at some point.
146 -- http://stackoverflow.com/questions/3745047/help-locate-c-sample-code-to-read-lua-command-line-arguments
146 setfenv(2, module.savedEnvironment) 147 setfenv(2, module.savedEnvironment)
147end 148end
148 149