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

oups

git-svn-id: http://svn.net-core.org/repos/t-engine4@1566 51575b47-30f0-44d4-a5cc-537603b46e54
parent 9ff4f506
No related branches found
No related tags found
No related merge requests found
......@@ -78,8 +78,8 @@ function _M:generateList(actions)
local menu = require("engine.dialogs.SoundMusic").new()
game:registerDialog(menu)
end },
save = { "Save Game", function() game:saveGame() end },
quit = { "Save and Exit", function() game:onQuit() end },
save = { "Save Game", function() game:unregisterDialog(self) game:saveGame() end },
quit = { "Save and Exit", function() game:unregisterDialog(self) game:onQuit() end },
}
-- Makes up the list
......
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