I am not really sure where to post that, but i found that 2 lines in cl_physics.c:
- Code: Select all
spd = sv_maxspeed * maxspd_mod;
spd = sv_maxspeed * swapspd_mod;
This doesn't really make sense to me.... The first calculation is useless since it gets overwritten by the second one.
Maybe someone mistyped something or it is just another one of QuakeC's hidden secrets i don't know yet ?!?

BTW. I think you guys do realy a GREAT JOB !!! The only thing i don't really like is that the whole gamecode has as good as no comments in it.
For a modder newbie like me, it is really hard to understand whats going on in some parts of the code.