]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Revert this change as tooltipdb is checked later
authorterencehill <piuntn@gmail.com>
Wed, 9 Mar 2011 21:56:10 +0000 (22:56 +0100)
committerterencehill <piuntn@gmail.com>
Wed, 9 Mar 2011 21:56:10 +0000 (22:56 +0100)
qcsrc/menu/xonotic/util.qc

index 3207132a4559a73c28f45898cdbb7b93f6898d80..a24ffac62a172aa753cbfa72d64b470ce9e1143a 100644 (file)
@@ -22,7 +22,7 @@ void unloadTooltips()
 string getZonedTooltipForIdentifier(string s)
 {
        string t;
-       if(s == "" || tooltipdb < 0)
+       if(s == "")
                return string_null;
        if(tooltipdb >= 0)
        {