summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/client.h2
-rw-r--r--include/tux.h3
2 files changed, 4 insertions, 1 deletions
diff --git a/include/client.h b/include/client.h
index aee5e81..fe28eed 100644
--- a/include/client.h
+++ b/include/client.h
@@ -7,7 +7,7 @@
#if defined SUPPORT_NET_UNIX_UDP || defined SUPPORT_NET_SDL_UDP
-#define CLIENT_TIMEOUT 2500
+#define CLIENT_TIMEOUT 1000
#define SERVER_TIMEOUT_ALIVE 5000
#endif
diff --git a/include/tux.h b/include/tux.h
index ebc8ac7..3cb6699 100644
--- a/include/tux.h
+++ b/include/tux.h
@@ -8,7 +8,10 @@
#define TUX_STEP 6
#define TUX_LAYER 0
+
#define TUX_MAX_ANIMATION_FRAME 10
+#define TUX_KEY 1
+
#define TUX_MAX_PICKUP 50
#define TUX_MAX_BONUS 500