summaryrefslogtreecommitdiffstats
path: root/src/const_vars.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/const_vars.hpp')
-rw-r--r--src/const_vars.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/const_vars.hpp b/src/const_vars.hpp
index 54ef70f..66d31d9 100644
--- a/src/const_vars.hpp
+++ b/src/const_vars.hpp
@@ -9,6 +9,9 @@
const int max_name_len = 18;
const int min_name_len = 3;
+const int max_player_lenpass = 24;
+const int min_player_lenpass = 4;
+
const int oneline_len = 57;
const int max_usermsg_len = oneline_len * 3 - max_name_len - 2; // ": " = 2
// 57 * 3 - 18 - 2 = 151