From 260c99a47be458cffcefd2cf9170447b2a45739f Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Thu, 21 Jul 2016 22:52:40 -0700 Subject: Added added 2 documents --- files.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'files.lua') diff --git a/files.lua b/files.lua index fd5542e..cc23b26 100644 --- a/files.lua +++ b/files.lua @@ -86,6 +86,15 @@ function updateFiles() win[7].update = true end openFileWindow(7) + elseif files == f.documents then + if i == 1 and doc.doc ~= doc.help then + doc.doc = doc.help + win[10].update = true + elseif i == 2 and doc.doc ~= doc.credits then + doc.doc = doc.credits + win[10].update = true + end + openFileWindow(10) elseif files == f.videos then if i == 1 and vplay.v ~= video.attacktortoise then if vplay.v ~= 0 then -- cgit