printf("Blorb file loaded, but unable to build map.\n\n");\r
break;\r
default:\r
- printf("Blorb error code %i\n\n");\r
+ break;\r
+/* No problem. Don't say anything. */\r
+/* printf("Blorb error code %i\n\n"); */\r
}\r
}/* os_process_arguments */\r
\r
* is contained in the blorb file.\r
*/\r
\r
- printf("blorb_file %s\n", blorb_file);\r
- printf("story_file %s\n", f_setup.story_file);\r
-\r
if (strncmp((char *)basename(f_setup.story_file),\r
(char *)basename(blorb_file), 55) == 0) {\r
if ((blorbfile = fopen(blorb_file, "rb")) == NULL)\r