DavidGriffith / frotz

Infocom-style interactive fiction player for Unix and DOS (moved to https://gitlab.com/DavidGriffith/frotz)
GNU General Public License v2.0
209 stars 64 forks source link

dumb-frotz -m option falls thru to show object_movement debug #15

Closed fbox closed 8 years ago

fbox commented 8 years ago

src/dumb/dumb_init.c::os_process_arguments()

case 'm': do_more_prompts = FALSE; [missing break;]