]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cheats.qh
Use a different method of checking grab distance
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cheats.qh
index c9a449b53794a6681e2f9b5d1dd5db9be56bae3b..b563c0e13b841a539a75c46ce35c3cfe68660371 100644 (file)
@@ -12,4 +12,4 @@ float CheatFrame();
 
 void Drag_MoveDrag(entity from, entity to); // call this from CopyBody
 
-float Drag(entity e); // used by sandbox code
\ No newline at end of file
+float Drag(entity e, float dist); // used by sandbox code
\ No newline at end of file