]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/common.qh
Merge remote-tracking branch 'origin/master' into terencehill/spectate_prev
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / common.qh
index 3ed82b7dd2f28f9fa6f2d7436b1e3d0ee321ff63..589388bbad70d16faff12be3f5ae5dc418f0ce7b 100644 (file)
@@ -1,6 +1,6 @@
 // ============================================================
 //  Shared declarations for server commands, written by Samual
-//  Last updated: December 27th, 2011
+//  Last updated: December 30th, 2011
 // ============================================================
 
 // client verification results
@@ -15,7 +15,7 @@
 #define TIMEOUT_ACTIVE 2
 
 // timeout which pauses the game by setting the slowmo value extremely low.
-#define TIMEOUT_SLOWMO_VALUE 0.000001
+#define TIMEOUT_SLOWMO_VALUE 0.0001
 
 // global timeout information declarations
 entity timeout_caller; // contains the entity of the player who started the last timeout