You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My game contains a lot of backslashes in strings, written as @@92. When compiling with -u the compiler says I should abbreviate this (Abbreviate "@@92";). When compiling the game, the compiler warns (correctly) that this abbreviation doesn't save any characters.
I used compiler version 6.36 with $MAX_ABBREVS=96.
The text was updated successfully, but these errors were encountered:
My game contains a lot of backslashes in strings, written as @@92. When compiling with -u the compiler says I should abbreviate this (
Abbreviate "@@92";
). When compiling the game, the compiler warns (correctly) that this abbreviation doesn't save any characters.I used compiler version 6.36 with $MAX_ABBREVS=96.
The text was updated successfully, but these errors were encountered: