X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=cl_tent.c;h=9be371d831deb4ddd65acc707a3bc1f42985ccbd;hb=8468ffaf8162a4fe8361127385c40141c375661d;hp=22b258bcdc0dce5c148029d765d3cc5d22138330;hpb=d01b3a24d81283d50e04dcd1a40d122492d04895;p=xonotic%2Fdarkplaces.git diff --git a/cl_tent.c b/cl_tent.c index 22b258bc..9be371d8 100644 --- a/cl_tent.c +++ b/cl_tent.c @@ -8,7 +8,7 @@ of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "quakedef.h" -cvar_t r_glowinglightning = {"r_glowinglightning", "1", true}; +cvar_t r_glowinglightning = {CVAR_SAVE, "r_glowinglightning", "1"}; int num_temp_entities; entity_t cl_temp_entities[MAX_TEMP_ENTITIES];