maptext_x = -32
Problem description: It wont compile. Says its not an integer. Before I updated my client it was working fine. Is this a bug or am I doing something wrong?
Code:
maptext_x = -32 Problem description: It wont compile. Says its not an integer. Before I updated my client it was working fine. Is this a bug or am I doing something wrong? |
![]() Mar 5 2017, 8:05 am
Best response
|
|
Try redownloading the latest build.
|
Multiple people say this goes away if you redownload an older beta or the current stable and reinstall the current beta.
|
Yep, I made a pretty bad mistake in DM when I was adding some sanity checking. (Largely that was because a user was using 2.2 as a plane value, which is directly in contradiction to the reference; the value was rounding down and he would never have known about it if I hadn't told him.) The integer check basically fell apart for negative numbers. I did a quick re-release for that reason, rather than bump the minor build number which would have been annoying.
|