mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
white space
This commit is contained in:
parent
de4ab28d38
commit
80be659b4a
2 changed files with 8 additions and 12 deletions
|
@ -44,12 +44,10 @@
|
|||
#include "view.h"
|
||||
|
||||
/*
|
||||
|
||||
The view is allowed to move slightly from it's true position for bobbing,
|
||||
but if it exceeds 8 pixels linear distance (spherical, not box), the list of
|
||||
entities sent from the server may not include everything in the pvs, especially
|
||||
when crossing a water boudnary.
|
||||
|
||||
The view is allowed to move slightly from it's true position for bobbing,
|
||||
but if it exceeds 8 pixels linear distance (spherical, not box), the list
|
||||
of entities sent from the server may not include everything in the pvs,
|
||||
especially when crossing a water boudnary.
|
||||
*/
|
||||
|
||||
extern cvar_t *cl_cshift_bonus;
|
||||
|
|
|
@ -47,12 +47,10 @@
|
|||
#include "view.h"
|
||||
|
||||
/*
|
||||
|
||||
The view is allowed to move slightly from it's true position for bobbing,
|
||||
but if it exceeds 8 pixels linear distance (spherical, not box), the list of
|
||||
entities sent from the server may not include everything in the pvs, especially
|
||||
when crossing a water boudnary.
|
||||
|
||||
The view is allowed to move slightly from it's true position for bobbing,
|
||||
but if it exceeds 8 pixels linear distance (spherical, not box), the list
|
||||
of entities sent from the server may not include everything in the pvs,
|
||||
especially when crossing a water boudnary.
|
||||
*/
|
||||
|
||||
extern cvar_t *cl_cshift_bonus;
|
||||
|
|
Loading…
Reference in a new issue