]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Fix memory corruption in loadconfig while in game/menu.
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 4 Mar 2015 14:59:32 +0000 (14:59 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 4 Mar 2015 14:59:32 +0000 (14:59 +0000)
commitb0ad0294366f5d21928cee69b98a43f4aa12962b
tree7cd92ad2704ada0e2f4daf3d133ac3e724ae37b0
parent6d98d03add92846a11b33ae5f9382a4191d7e194
Fix memory corruption in loadconfig while in game/menu.

Autocvars are engine strings to QC, so we can't just let them die.
Instead, reset them to default, which is what the progs would expect
anyway.

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