mirror of
https://github.com/holub/mame
synced 2025-05-20 12:48:53 +03:00
Fixed the build: 'm_options' was not declared in this scope
This commit is contained in:
parent
a90599b902
commit
b5a8d466d0
@ -25,7 +25,7 @@ target_manager::target_manager(texture_manager& textures)
|
|||||||
: m_textures(textures)
|
: m_textures(textures)
|
||||||
, m_screen_count(0)
|
, m_screen_count(0)
|
||||||
{
|
{
|
||||||
(void)m_options; // prevent carping about unused variable
|
//(void)m_options; // prevent carping about unused variable
|
||||||
}
|
}
|
||||||
|
|
||||||
target_manager::~target_manager()
|
target_manager::~target_manager()
|
||||||
|
Loading…
Reference in New Issue
Block a user