]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.c
implemented individual file downloads on darkplaces servers
[xonotic/darkplaces.git] / common.c
index 035c1a6f29fa9a1049650aeace48826284899918..e3c95da46a92c47524cc6ca55e6296608e8096a6 100644 (file)
--- a/common.c
+++ b/common.c
@@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "quakedef.h"
 
-cvar_t registered = {0, "registered","0", "indicates if this is running registered quake (whether gfx/qpop.lmp was found)"};
+cvar_t registered = {0, "registered","0", "indicates if this is running registered quake (whether gfx/pop.lmp was found)"};
 cvar_t cmdline = {0, "cmdline","0", "contains commandline the engine was launched with"};
 
 char com_token[MAX_INPUTLINE];