diff options
author | 2016-04-17 17:38:16 -0500 | |
---|---|---|
committer | 2016-04-17 17:38:16 -0500 | |
commit | b793232c972ac07923f6ed4389d0262ac91e6ed3 (patch) | |
tree | 67053e7018a521cd8ffcfd71e50e5bd63e1b8ca9 /plugins/cheat/init.lua | |
parent | 73bf0b9521fa266fbbcfdf0116eea420753cb80b (diff) |
plugins/cheat: clear popmessage (nw)
Diffstat (limited to 'plugins/cheat/init.lua')
-rw-r--r-- | plugins/cheat/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/cheat/init.lua b/plugins/cheat/init.lua index ea6f4bba3fb..b77ee97fc46 100644 --- a/plugins/cheat/init.lua +++ b/plugins/cheat/init.lua @@ -327,6 +327,7 @@ function cheat.startplugin() end local function menu_callback(index, event) + manager:machine():popmessage() if index > #cheats and event == "select" then index = index - #cheats if index == 2 then |