Hi,
I am trying to understand the Engine better. I have a question that I couldn't
figure out.
Based on the code below, why do bots need to have their snapshots built? (if
there is no sending is going to happen? Especially Bots take their info from
the AAS world, right?)
I tried to find out where on the other end the built Snapshots will be read,
but couldn't.
------ // build the snapshot
SV_BuildClientSnapshot( client );
// bots need to have their snapshots build, but
// the query them directly without needing to be sent
if ( client->gentity && client->gentity->r.svFlags & SVF_BOT ) {
return;
.
.
.
}
I know that my questions are always lame, but I am sincere. I want to learn.
Regards,
Yasir
_______________________________________________
ioquake3 mailing list
ioquake3@lists.ioquake.org
http://lists.ioquake.org/listinfo.cgi/ioquake3-ioquake.org
By sending this message I agree to love ioquake3 and libsdl.