[bug] enum

Started by
0 comments, last by WitchLord 15 years, 9 months ago
Seems AngelScript cannot parse enum which is not ended with comma. //Working: enum MyEnum { MY_ID = 140322, } //Not working: enum MyEnum { MY_ID = 140322 } //Not working: enum MyEnum { MY_ID = 140322 // ToDo: Fix last comma }
Advertisement
Thanks a lot! This bug is now fixed and available in the SVN (rev 285)

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement