Builds and runs on windows

This commit is contained in:
Kayne Ruse
2015-09-03 15:36:48 +10:00
parent 0249352ca2
commit da218ee8ab
5 changed files with 29 additions and 6 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ end)
--]]
generator, msg = loadfile("rsc/roguegenerator.lua")
generator, msg = loadfile("../rsc/roguegenerator.lua")
if generator == nil then
print("error: ", msg)