terencehill
terencehill
*Edit by @rsese to use issue template* ### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced...
``` float myfloat, res; res = (myfloat = 4) - (myfloat = 3); // res == 1 res = (myfloat = 4, myfloat) - (myfloat = 3, myfloat); // res...
In this function call the last parameter is missing (it was a string): ``` o = drawsprite_TextOrIcon(true, o, M_PI, (SPRITE_HEALTHBAR_WIDTH + 2 * SPRITE_HEALTHBAR_BORDER) * t, rgb, a, waypointsprite_fontsize *...