aboutsummaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.c b/src/game.c
index 4d75d2d..1881004 100644
--- a/src/game.c
+++ b/src/game.c
@@ -284,6 +284,7 @@ Game *game_new(int width, int height, GameOptions gameopts) {
g->cur_room_z = 4;
g->num_rooms = 0;
g->view_angle = deg2rad(+20.0);
+ g->view_yaw = 0.0;
g->view_dist = 5.0;
g->paused = 0;
g->pause_rel = 1;