r552 DECORATE Translation errors

Bugs that have been resolved.

Moderator: Graf Zahl

Locked
User avatar
Enjay
Developer
Developer
Posts: 4748
Joined: Tue Aug 30, 2005 23:19
Location: Scotland
Contact:

r552 DECORATE Translation errors

Post by Enjay »

The following used to work:

Code: Select all

actor Test : ScriptedMarine

{
 TRANSLATION "112:127=176:191"
}

But now it gives this error:

Code: Select all

LoadActors: Load actor definitions.
Error in translation '112:127=176:191':
Script error, "translation" line 1:
Expected integer constant but got ':' instead.
However, translations of this format still work:

Code: Select all

actor Test : ScriptedMarine

{
 TRANSLATION "112:127 = [255,0,0]:[8,0,0]"
}
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Re: r552 DECORATE Translation errors

Post by Graf Zahl »

Fixed. Seems I can release another beta right away... :(
Locked

Return to “Closed Bugs”