function main()
	Is3D( FALSE );

	AddBackground( "Jenny\\hallway" );

	-- Displayable objects
	AddSprite( Grissom,  159, 24, 224, 360, nil, VISIBLE+ACTIVE, 1, 2 );
end