diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emu/debug/debugcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/debugcmd.c b/src/emu/debug/debugcmd.c index 1e2996a9ee8..75814dde444 100644 --- a/src/emu/debug/debugcmd.c +++ b/src/emu/debug/debugcmd.c @@ -1916,7 +1916,7 @@ static void execute_cheatnext(running_machine *machine, int ref, int params, con UINT64 cheatindex; UINT32 active_cheat = 0; UINT8 condition; - UINT64 comp_value; + UINT64 comp_value = 0; enum { |
