]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Strip out old comment-- it's on the TODO for after merging anyway
authorSamual Lenks <samual@xonotic.org>
Fri, 14 Dec 2012 02:52:15 +0000 (21:52 -0500)
committerSamual Lenks <samual@xonotic.org>
Fri, 14 Dec 2012 02:52:15 +0000 (21:52 -0500)
qcsrc/common/notifications.qc

index c68f413c54d1ddeccea51ab84dc0f3b4209ce350..a28f5667074a84fdce0f86da1f9f8b71575559e4 100644 (file)
@@ -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
 // ====================================