@^: funktioniert mit hackfix

Code:
#include <acknex.h>

int test_int = 100;

PANEL * test_pan =
{
	digits(20, 20, "%.0f", *, 1024, test_int);
	flags = SHOW;
}

void main()
{
	fps_max = 60;
}



POTATO-MAN saves the day! - Random