From: Samual Lenks Date: Fri, 14 Dec 2012 02:52:15 +0000 (-0500) Subject: Strip out old comment-- it's on the TODO for after merging anyway X-Git-Tag: xonotic-v0.7.0~62^2~23^2~349 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=890c12a1f45f6102bdd69eb4e6acbd6c8b9c1f3d;p=xonotic%2Fxonotic-data.pk3dir.git Strip out old comment-- it's on the TODO for after merging anyway --- diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index c68f413c5..a28f56670 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -71,24 +71,6 @@ string got_commandkey; #endif -/* - If BELOW negative maxplayers, you dropped a place lower - If below 0, you are tied for that place - If above 0, you are holding that place alone - If above positive maxplayers, you moved up a place -* -float Should_Print_Score_Pos - -string Read_Score_Pos(float num) -{ - -} - -float Form_Score_Pos(entity player) -{ - return -}*/ - // ==================================== // Notifications List and Information // ====================================