| 03-16-2008, 01:40 PM | #1 |
It seems that when I optimize my maps, the thread that calls this: JASS:call DisplayTimedTextToPlayer(.p,0,0,30,"This is your account code: " + Codemaker_Code2Serial(Codemaker_GenerateCode(.p),"*",4,"FFAAAAAA","FF0055FF","FFFFFF00") + "\nPress <Prt Scrn> to screenshot it.") halts there, without displaying the code. However, when I don't optimize, it works... Which changes do I need to set in optimizer to prevent this from happening? EDIT: Works when disabling constant inlining. EDIT 2: Could it be because I use two "private constant"s? |
| 03-18-2008, 04:14 AM | #2 | |
Quote:
Nope. Optimizer version? |
| 03-20-2008, 09:43 PM | #3 |
4.5.0 |
