X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fplayer.cpp;h=5949712a50c8673c01ad33dc666185e76bb30487;hb=d1df09841d0eac7a88f638676b80ec848522cca5;hp=623dde230e929bde78f1016859392729e2c17e7e;hpb=3a74b84007f2c0f0690524459cc935616f8805d2;p=dragonfireclient.git diff --git a/src/player.cpp b/src/player.cpp index 623dde230..5949712a5 100644 --- a/src/player.cpp +++ b/src/player.cpp @@ -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),