aboutsummaryrefslogtreecommitdiff
path: root/src/player.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-07-25 14:07:45 +0300
committerPerttu Ahola <celeron55@gmail.com>2012-07-25 14:07:45 +0300
commit0a18dda158e8f256de121ed2cf7a7a161a083b1c (patch)
tree35aaf6111a3694661e5d602481809830fbc7176f /src/player.h
parent9eaf93d41d6745b877f8f52cf54b21050abefda1 (diff)
downloadhax-minetest-server-0a18dda158e8f256de121ed2cf7a7a161a083b1c.tar.gz
hax-minetest-server-0a18dda158e8f256de121ed2cf7a7a161a083b1c.zip
Remove special handling of creative mode
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/player.h b/src/player.h
index 352b93e88..47f34c178 100644
--- a/src/player.h
+++ b/src/player.h
@@ -150,7 +150,6 @@ public:
u8 light;
- // In creative mode, this is the invisible backup inventory
Inventory inventory;
u16 hp;