MetalES / Project-Zelda

Project Zelda, made using Solarus
12 stars 1 forks source link

File Selection: Merge Copy / erase #48

Closed MetalES closed 7 years ago

MetalES commented 7 years ago

It took a lot of space, yet it shares a lot of similitudes.

It leads sometimes to crash (related to the local function in on_command_pressed ?)

MetalES commented 7 years ago

Okay, finished, so far there's no more crash, yet ?

Changelog (savegame.lua - 0.4alpha):

Although, is this portion necessary ?

-- if option.name == "video_mode" and option.current_index ~= nil then -- local mode = option.values[option.current_index] -- option.value_text:set_text(mode) -- end

It is from MoSDX, and it seems to do nothing at all. The video mode text is still updated, no matter this condition exists or not.

sans titre 24