mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-22 20:11:48 +00:00
42 lines
1.3 KiB
C
42 lines
1.3 KiB
C
/*
|
|
===========================================================================
|
|
Copyright (C) 2006 Dmn_clown (aka: Bob Isaac (rjisaac@gmail.com))
|
|
|
|
This file is part of Open Arena and is based upon Mr. Elusive's fuzzy logic
|
|
system found in Quake 3 Arena.
|
|
|
|
Open Arena is free software; you can redistribute it
|
|
and/or modify it under the terms of the GNU General Public License as
|
|
published by the Free Software Foundation; either version 2 of the License,
|
|
or (at your option) any later version.
|
|
|
|
Open Arena 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 General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with Foobar; if not, write to the Free Software
|
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
===========================================================================
|
|
*/
|
|
|
|
#include "inv.h"
|
|
|
|
|
|
#define GTW 100
|
|
#define SGW 450
|
|
#define MGW 110
|
|
#define GLW 320
|
|
#define RLW 450
|
|
#define RGW 500
|
|
#define BFW 400
|
|
#define LGW 220
|
|
#define PGW 200
|
|
#define GRW 50
|
|
#define NGW 200
|
|
#define PXW 150
|
|
#define CGW 365
|
|
|
|
//
|
|
#include "fuzw.c"
|