diff options
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h index 50267c72c..b317cda4f 100644 --- a/src/player.h +++ b/src/player.h @@ -318,6 +318,7 @@ public: // Use a function, if isDead can be defined by other conditions bool isDead() { return hp == 0; } + bool got_teleported; bool touching_ground; // This oscillates so that the player jumps a bit above the surface bool in_liquid; |