HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Problem with new JassNewGen

05-03-2008, 03:45 AM#1
PandaMine
With the release of the new JassNewGen, my AMHS system is no longer compiling. The syntax checker has a problem with this line

library AMHSShadowAndUnitGraphicConfiguration initializer Trig_Configuration_Actions, needs FogProtectShadowEngine
I checked the changelog and I don't see anything that could cause problems, any Idea's what it could/should be?
05-03-2008, 04:23 AM#2
Vexorian
you got an extra comma.
05-03-2008, 04:39 AM#3
PandaMine
Ahh I see, since when were the comma's removed from the syntax?
05-03-2008, 04:51 AM#4
Vexorian
It was never in the syntax, so if it compiled before it was a bug. (commas only separate requirements)

I probably fixed it without noticing when I fixed some other issue with library declarations.