about summary refs log tree commit diff
path: root/src/engine/client/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/client/client.cpp')
-rw-r--r--src/engine/client/client.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp
index 41e2c8d3..7c1fda54 100644
--- a/src/engine/client/client.cpp
+++ b/src/engine/client/client.cpp
@@ -113,6 +113,11 @@ int client_tick()
 	return current_tick;
 }
 
+int client_tickspeed()
+{
+	return SERVER_TICK_SPEED;
+}
+
 void *snap_find_item(int snapid, int type, int id)
 {
 	// TODO: linear search. should be fixed.