Fix breath_bar scaling; delay breath_bar hiding by one second (#8271)
[oweals/minetest.git] / src / constants.h
index 0a8b22e1552b578937c39513d504b855b5963611..c17f3b6af9b7385791f0fb892b06584492997eef 100644 (file)
@@ -93,7 +93,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #define PLAYER_MAX_HP_DEFAULT 20
 
 // Default maximal breath of a player
-#define PLAYER_MAX_BREATH_DEFAULT 11
+#define PLAYER_MAX_BREATH_DEFAULT 10
 
 // Number of different files to try to save a player to if the first fails
 // (because of a case-insensitive filesystem)