]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
command parsing: make "bind" and "in_bind" have the same parsing exception as "alias...
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 14 Jul 2007 07:06:15 +0000 (07:06 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 14 Jul 2007 07:06:15 +0000 (07:06 +0000)
commit4fcf642ab8c87b9cd34580c69c2bccded2d8fd83
treefc46ee5591cf76eec11bfff354a4465d2ec944ef
parentfae7880e6306e2f76646b5f38bd054895b637951
command parsing: make "bind" and "in_bind" have the same parsing exception as "alias": no cvar expansion takes place when executing these commands, unless the command names are quoted or "hidden" in some other way

This fixes binds using cvars when written to the config file.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7486 d7cf8633-e32d-0410-b094-e92efae38249
cmd.c