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]
r404 MAPINFO skyrotate (probably not a bug)
Moderator: Graf Zahl
- Enjay
- Developer
- Posts: 4748
- Joined: Tue Aug 30, 2005 23:19
- Location: Scotland
- Contact:
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
Re: r404 MAPINFO skyrotate (probably not a bug)
Yes, this was a deliberate change. The new syntax should enforce commas everywhere and they were missing here.