]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Dupe declaration of tooltipdb should have been removed from util.qc, not from util.qh
authorterencehill <piuntn@gmail.com>
Wed, 9 Mar 2011 22:07:48 +0000 (23:07 +0100)
committerterencehill <piuntn@gmail.com>
Wed, 9 Mar 2011 22:07:48 +0000 (23:07 +0100)
qcsrc/menu/xonotic/util.qc
qcsrc/menu/xonotic/util.qh

index a24ffac62a172aa753cbfa72d64b470ce9e1143a..1486429218bb2a3393913434a8404617b089a8aa 100644 (file)
@@ -8,7 +8,6 @@ float GL_Have_TextureCompression()
        return (GL_CheckExtension("GL_EXT_texture_compression_s3tc") && GL_CheckExtension("GL_ARB_texture_compression"));
 }
 
-float tooltipdb;
 void loadTooltips()
 {
        tooltipdb = db_load(language_filename("tooltips.db"));
index 3844c7558fd84245be8ea18dd9f551f70861b803..78584a9b250bee6192d7f79b70771cdf6de8c78e 100644 (file)
@@ -16,6 +16,7 @@ void setDependentAND3(entity e, string theCvarName, float theCvarMin, float theC
 void setDependentStringNotEqual(entity e, string theCvarName, string theCvarValue);
 void setDependentWeird(entity e, float(entity) func);
 
+float tooltipdb;
 void loadTooltips();
 void unloadTooltips();
 string getZonedTooltipForIdentifier(string s);