Changeset - 295b3ac12938
[Not reviewed]
default
0 1 0
Silverwing - 7 years ago 2017-12-23 18:55:26

debug startup disabled
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
main.lua
Show inline comments
 
@@ -195,13 +195,13 @@ function init()
 
        table.insert(dt_buttons, nums[index]);
 
        table.remove(nums, index);
 
    end;
 
    ---game init
 
    pl.where = intro;
 
    ---debug
 
    pl.where = "item_book_dlg";
 
    --pl.where = "item_book_dlg";
 
    --pl.where = "dyp_obelisk_puzzle";
 
    --language_known = true;
 
    --put("item_toolbox", pl);
 
    --put("item_electric_lamp", pl);
 
    --put("item_dynamo", pl);
 
    --put("item_toolbox", pl);
0 comments (0 inline, 0 general)