Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abe3272
)
Fix Issue #15: dumb-frotz -m option falls thru to show object_movement debug
author
David Griffith
<dave@661.org>
Sun, 26 Jul 2015 00:32:34 +0000
(17:32 -0700)
committer
David Griffith
<dave@661.org>
Sun, 26 Jul 2015 00:32:34 +0000
(17:32 -0700)
src/dumb/dumb_init.c
patch
|
blob
|
history
diff --git
a/src/dumb/dumb_init.c
b/src/dumb/dumb_init.c
index 9694e4377edd3b085a9f8979bd84135ac81fdf34..b3cc7c8187ea0d16d43f10e03949126228b61332 100644
(file)
--- a/
src/dumb/dumb_init.c
+++ b/
src/dumb/dumb_init.c
@@
-83,7
+83,7
@@
void os_process_arguments(int argc, char *argv[])
case 'h': user_screen_height = atoi(zoptarg); break;
case 'i': f_setup.ignore_errors = 1; break;
case 'I': f_setup.interpreter_number = atoi(zoptarg); break;
- case 'm': do_more_prompts = FALSE;
+ case 'm': do_more_prompts = FALSE;
break;
case 'o': f_setup.object_movement = 1; break;
case 'O': f_setup.object_locating = 1; break;
case 'P': f_setup.piracy = 1; break;