[Verse-dev] Tag constant: bad name

Emil Brink verse-dev@blender.org
Thu, 29 Apr 2004 11:30:14 +0200 (MEST)


Eskil,

I found this in verse_header.h:

typedef enum {
	VN_O_TAG_GROUP_SIZE = 16,
	VN_O_TAG_NAME_SIZE = 16,
	VN_O_TAG_FULL_NAME_SIZE = 64,
	VN_O_TAG_STRING_SIZE = 128
} VNOTagConstants;

This can't be correct, since it has an O in there, making it belong
to the object node. This must be a leftover from Verse 1, where tags
were only held in object nodes.

It should be fixed.

Regards,

/Emil