]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/command/menu_cmd.qc
Merge branch 'master' into terencehill/tooltips_cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / command / menu_cmd.qc
index 8b12a7b7ddbe6289b0f722ed661ab468a954a9ea..179dc1949bad8c371ab1c0c2c901d6b6befbbb20 100644 (file)
@@ -81,7 +81,7 @@ void GameCommand(string theCommand)
                        entity e;
                        string s;
 
-                       for(i = 0, e = world; (e = nextent(e)); )
+                       for(i = 0, e = NULL; (e = nextent(e)); )
                                if(e.classname != "vtbl" && e.name != "")
                                {
                                        s = e.name;