--- deliantra/server/include/freezethaw.h 2010/04/15 04:18:09 1.2 +++ deliantra/server/include/freezethaw.h 2010/04/15 06:05:52 1.4 @@ -168,6 +168,8 @@ INTERFACE_CLASS(object_thawer) struct object_thawer { + static bool errors_are_fatal; // true during server startup only + char *line; // current beginning of line SV *text; // text part AV *av; // perl part @@ -192,7 +194,7 @@ // parse next line, as a single value // skips initial whitespace and comments // and sets kw to KW_value on success. - MTH void next_line (); + MTH bool next_line (); // skip the current key-value (usually fetch next line, for // multiline-fields, skips till the corresponding end-kw