diff options
author | 2008-06-12 19:59:19 +0000 | |
---|---|---|
committer | 2008-06-12 19:59:19 +0000 | |
commit | 5a162da3d4019ddb4a09003fd9ce763aa5d3bcd5 (patch) | |
tree | e115fb3b67f6c5a81a9d5dd9bb98ec7f23bf2319 /src/emu/ui.c | |
parent | 1855238186f63a2844012cc2460d17e69e0ed8f2 (diff) |
Cleanups and version bump.mame0125u5
Diffstat (limited to 'src/emu/ui.c')
-rw-r--r-- | src/emu/ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui.c b/src/emu/ui.c index bbe7361a52b..425b11390c8 100644 --- a/src/emu/ui.c +++ b/src/emu/ui.c @@ -316,7 +316,7 @@ int ui_display_startup_screens(running_machine *machine, int first_time, int sho int state; /* disable everything if we are using -str for 300 or fewer seconds, or if we're the empty driver, - or if we are debugging */ + or if we are debugging */ if (!first_time || (str > 0 && str < 60*5) || machine->gamedrv == &driver_empty || machine->debug_mode) show_gameinfo = show_warnings = show_disclaimer = FALSE; |