From: terencehill Date: Wed, 9 Mar 2011 21:56:10 +0000 (+0100) Subject: Revert this change as tooltipdb is checked later X-Git-Tag: xonotic-v0.6.0~40^2~108^2~6 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=66abc32f82a9dc24118b8b030bdf32a801a9e2bb;p=xonotic%2Fxonotic-data.pk3dir.git Revert this change as tooltipdb is checked later --- diff --git a/qcsrc/menu/xonotic/util.qc b/qcsrc/menu/xonotic/util.qc index 3207132a4..a24ffac62 100644 --- a/qcsrc/menu/xonotic/util.qc +++ b/qcsrc/menu/xonotic/util.qc @@ -22,7 +22,7 @@ void unloadTooltips() string getZonedTooltipForIdentifier(string s) { string t; - if(s == "" || tooltipdb < 0) + if(s == "") return string_null; if(tooltipdb >= 0) {