diff options
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 2aa4e737..d1653cba 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -5,25 +5,14 @@ /* * Portions Copyright (C) 2000-2001 Tim Angus * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1, or (at your option) - * any later version. + * This program is free software; you can redistribute it and/or modify it + * under the terms of the OSML - Open Source Modification License v1.0 as + * described in the file COPYING which is distributed with this source + * code. * * 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. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - -/* To assertain which portions are licensed under the LGPL and which are - * licensed by Id Software, Inc. please run a diff between the equivalent - * versions of the "Tremulous" modification and the unmodified "Quake3" - * game source code. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ // because games can change separately from the main system version, we need a @@ -254,8 +243,7 @@ typedef enum { #define SS_BLOBLOCKED 128 #define SS_POISONED 256 -#define SB_VALID_TOGGLEBIT 8192 -#define SB_ACTIVE_TOGGLEBIT 16384 +#define SB_VALID_TOGGLEBIT 16384 // player_state->persistant[] indexes // these fields are the only part of player_state that isn't |