WeiDU is a program used to develop, distribute and install modifications for games based on the Infinity Engine.
GNU General Public License v2.0
90
stars
20
forks
source link
TEXT_SPRINT disregards scope of variables in macros #104
Closed
Argent77 closed 7 years ago
Action and patch versions of TEXT_SPRINT seem to disregard variables declared by LOCAL_SPRINT.
Example code:
Output:
Action and patch versions of SPRINT are not affected and work as expected.