--- a/scriptreader.h Sat Jul 14 15:44:38 2012 +0300 +++ b/scriptreader.h Sat Jul 14 15:58:50 2012 +0300 @@ -61,8 +61,6 @@ unsigned int curline; unsigned int curchar; str token; - bool atnewline; - bool extdelimeters; // ==================================================================== // METHODS @@ -85,7 +83,7 @@ void BeginParse (ObjWriter* w); private: - bool nextreintepret; + bool atnewline; char c; void ParserMessage (const char* header, char* message); };