Migrate more strings
FossilOrigin-Name: e7b5d33cada1ff8db653655ab2c77ead76ab7625a5d2f793b9aee3ec21e3778b
This commit is contained in:
parent
b00de734e8
commit
2860953c0b
24 changed files with 692 additions and 556 deletions
|
@ -24,10 +24,10 @@ computeraytable(float vx, float vy)
|
|||
if (!ocull)
|
||||
return;
|
||||
|
||||
odist = getvar("fog") * 1.5f;
|
||||
odist = getvar(@"fog") * 1.5f;
|
||||
|
||||
float apitch = (float)fabs(player1->pitch);
|
||||
float af = getvar("fov") / 2 + apitch / 1.5f + 3;
|
||||
float af = getvar(@"fov") / 2 + apitch / 1.5f + 3;
|
||||
float byaw = (player1->yaw - 90 + af) / 360 * PI2;
|
||||
float syaw = (player1->yaw - 90 - af) / 360 * PI2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue