summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index fc1486b73..24f356e46 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -1477,7 +1477,7 @@ void the_game(
if(FIELD_OF_VIEW_TEST)
{
- client.updateCamera(v3f(0,0,0), v3f(0,0,1), M_PI);
+ client.updateCamera(v3f(0,0,0), v3f(0,0,1), camera_fov);
}
else
{