mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +00:00
74 lines
1.8 KiB
C
74 lines
1.8 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 FPH 2
|
|
#define FPA 1
|
|
|
|
#define SGW 200
|
|
#define MGW 100
|
|
#define GLW 150
|
|
#define RLW 350
|
|
#define RGW 500
|
|
#define BFW 450
|
|
#define LGW 200
|
|
#define PGW 250
|
|
#define PXW 350
|
|
#define NGW 150
|
|
#define CGW 200
|
|
|
|
#define GSGW 150
|
|
#define GMGW 150
|
|
#define GGLW 200
|
|
#define GRLW 300
|
|
#define GRGW 400
|
|
#define GBFW 100
|
|
#define GLGW 250
|
|
#define GPGW 100
|
|
#define GPXW 200
|
|
#define GNGW 100
|
|
#define GCGW 125
|
|
|
|
#define TELW 190
|
|
#define MEDW 50
|
|
#define QW 500
|
|
#define ENVW 50
|
|
#define HAW 50
|
|
#define INW 400
|
|
#define REGW 50
|
|
#define FLW 190
|
|
#define KAMW 200
|
|
#define IBW 150
|
|
#define PORW 300
|
|
#define SCW 100
|
|
#define GUW 200
|
|
#define DUBW 100
|
|
#define AMRW 400
|
|
#define REDCW 200
|
|
#define BLCW 200
|
|
|
|
#define FGW 400
|
|
|
|
//
|
|
#include "fuzi.c"
|