Skip to content
Snippets Groups Projects
Commit 78d9d517 authored by dg's avatar dg
Browse files

hulm

git-svn-id: http://svn.net-core.org/repos/t-engine4@5508 51575b47-30f0-44d4-a5cc-537603b46e54
parent 1cc1dd89
No related branches found
No related tags found
No related merge requests found
......@@ -425,7 +425,7 @@ function _M:loadScreen(mod)
x = x + 10
y = y + 10
if img then
if img then
img[1]:toScreenFull(x, y + (l.img_y_off or 0), img[6], img[7], img[2], img[3])
x = x + img[6] + 7
end
......
......@@ -42,6 +42,7 @@ function _M:init(savefile, coroutine)
self.save_dir = "/save/"..self.short_name.."/"
self.quickbirth_file = "/save/"..self.short_name..".quickbirth"
self.load_dir = "/tmp/loadsave/"
print("Loading savefile ", self.save_dir)
self.coroutine = coroutine
self.tables = {}
......
......@@ -51,7 +51,7 @@ function _M:init()
if mod and save.loadable then
save.usable = true
save.mod = mod
save.base_name = save.name
save.base_name = save.short_name
save.zone = Textzone.new{
width=self.c_desc.w,
height=self.c_desc.h,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment