]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/player.cpp
Document zoom_fov in settingtypes.txt and minetest.conf.example
[dragonfireclient.git] / src / player.cpp
index 623dde230e929bde78f1016859392729e2c17e7e..5949712a50c8673c01ad33dc666185e76bb30487 100644 (file)
@@ -33,6 +33,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 
 Player::Player(IGameDef *gamedef, const char *name):
+       got_teleported(false),
        touching_ground(false),
        in_liquid(false),
        in_liquid_stable(false),