f_setup.story_file straggler
authorDavid Griffith <dave@661.org>
Thu, 7 Feb 2013 03:02:20 +0000 (19:02 -0800)
committerDavid Griffith <dave@661.org>
Thu, 7 Feb 2013 03:02:20 +0000 (19:02 -0800)
src/dumb/dumb_init.c

index 7ce232efd41257144d6840cf3ea1d69532d3f5a9..fd3bf19b5a7e5a8e8db4c2ad1f35e99b360913af 100644 (file)
@@ -150,7 +150,7 @@ void os_process_arguments(int argc, char *argv[])
        exit(1);
     }
 */
-    story_name = argv[zoptind++];
+    f_setup.story_file = argv[zoptind++];
     if (zoptind < argc)
       graphics_filename = argv[zoptind++];