Open tdauth opened 2 years ago
The segmentation fault does not occurr in the leaking non-leaking examples. Some element like constant function or something must cause it.
It is caused by this line:
call DisplayTextToPlayer(Player(0), 0.0, 0.0, "Number " + I2S(i))
I had calls before but something with the parameter might cause it.
The segmentation fault does not occurr in the leaking non-leaking examples. Some element like constant function or something must cause it.