i have a problem with this code:

function main()
{
d3d_antialias=1;
shadow_stencil=4;
stencil_blur(1);
level_load("qq.wmb"

in this case there is no shadow.
if i comment d3d_antialise then shadow come back.

i need shadow and anitalise. what can i do?