Hi everybody, I have problem of using GENIUS pointer, I read in manual that if set GENIUS to any entity, this entity become invisible in the VIEW, but I try and nothing happened, all entites a visible in both VIEWs,that I doing wrong?

Code:
#include <acknex.h>
#include <default.c>

VIEW* test1 = 
{
	layer = 1;
	size_x = 300;
	size_y = 300;
	flags = VISIBLE;
}
void main ()
{
	ENTITY* ent;
	level_load(0);
	ent = ent_create("capsule.mdl",vector(100,30,0),NULL);
	test1.genius = ent; 
	//  After I pointed GENIUS to the *ent, it should not be visible 
	// in the test1, but for some reason this does not happen :(
	
	ent.parent = ent_create("car_mini.mdl",vector(50,0,0),NULL);
	vec_set(camera.x,vector(-100,42,0));// set position for camera
}



A7 Commercial cool
Celeron 1700, GeForce 5500 FX 256mb, 1 Gb Ram