Stuff I added:
Code:
ENTITY* ent=ent_create(CUBE_MDL,nullvector,NULL);



Code:
void main()
{
	fps_max = 60;
	level_load(NULL);
	
	ENTITY* ent=ent_create(CUBE_MDL,nullvector,NULL);
}