one more attempt at fixing the preset argument
This commit is contained in:
parent
ac4c534185
commit
1fba61e1b9
1 changed files with 1 additions and 1 deletions
2
main.lua
2
main.lua
|
@ -1,8 +1,8 @@
|
|||
preset = arg -- must be done before requiring strict!
|
||||
local globalize = require("strict")
|
||||
|
||||
-- configuration.
|
||||
|
||||
globalize{preset = rawget(_G, arg)}
|
||||
local cfg = require("config")
|
||||
local gcfg = require("gameconfig")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue