Advertisement

[bug] enum

Started by July 28, 2008 02:27 PM
0 comments, last by WitchLord 16 years, 4 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 }
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