diff -r 173956c1ac27 -r 384c5605bda9 scriptreader.h --- a/scriptreader.h Sat Aug 25 03:04:14 2012 +0300 +++ b/scriptreader.h Sat Aug 25 03:40:36 2012 +0300 @@ -194,11 +194,13 @@ // Block types enum { + BLOCKTYPE_UNSET = 0, BLOCKTYPE_IF, BLOCKTYPE_WHILE, BLOCKTYPE_FOR, BLOCKTYPE_DO, BLOCKTYPE_SWITCH, + BLOCKTYPE_ELSE, }; #endif // __SCRIPTREADER_H__ \ No newline at end of file