mirror of
https://github.com/holub/mame
synced 2025-07-06 02:18:09 +03:00
remove extra line on exit (nw)
This commit is contained in:
parent
c30bcd3a2a
commit
6359f32b89
@ -268,7 +268,6 @@ void lua_engine::initialize()
|
||||
void lua_engine::close()
|
||||
{
|
||||
lua_settop(m_lua_state, 0); /* clear stack */
|
||||
luai_writeline();
|
||||
lua_close(m_lua_state);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user