Page 1 of 1

r404 MAPINFO skyrotate (probably not a bug)

Posted: Fri Jul 24, 2009 21:58
by Enjay
I just wanted to check because this has changed somewhere between revision 402 and 404.

In MAPINFO, this used to be accepted by GZDoom

skyrotate = 0 1 1

Now it aborts with an error at startup saying that it expected a ",". This now works:

skyrotate = 0, 1, 1

I assume that the bug is actually with my old MAPINFO and that the commas should always have been there, but I just wanted to check.

[edit] I just checked back and older versions abort if the commas are present so, presumably, this was a deliberate change?[/edit]

Re: r404 MAPINFO skyrotate (probably not a bug)

Posted: Fri Jul 24, 2009 23:24
by Graf Zahl
Yes, this was a deliberate change. The new syntax should enforce commas everywhere and they were missing here.