summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jack.cpp')
-rw-r--r--src/mame/drivers/jack.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/jack.cpp b/src/mame/drivers/jack.cpp
index 01f1c88a2a7..952915820c1 100644
--- a/src/mame/drivers/jack.cpp
+++ b/src/mame/drivers/jack.cpp
@@ -878,8 +878,8 @@ MACHINE_RESET_MEMBER(jack_state,striv)
m_question_address = 0;
m_question_rom = 0;
- for (int i = 0; i < 16; i++)
- m_remap_address[i] = 0;
+ for (auto & elem : m_remap_address)
+ elem = 0;
}