File: default_w.c

package info (click to toggle)
openarena-misc 0.8.5split-8
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 138,736 kB
  • ctags: 1,634
  • sloc: ansic: 12,942; makefile: 138; perl: 22
file content (55 lines) | stat: -rw-r--r-- 1,541 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/*
===========================================================================
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
===========================================================================
*/

/*weapon defines    		weights 10-500
			    try to keep it balanced*/

#include "inv.h"
//gauntlet
#define GTW				
//shotgun
#define SGW				
//machinegun
#define MGW				
//grenade launcher
#define GLW				
//rocket launcher
#define RLW				
//railgun
#define RGW				
//bfg10k
#define BFW				
//lightninggun
#define LGW				
//plasmagun
#define PGW				
//grapplinghook
#define GRW				
//prox-launcher
#define PXW				
//nailgun
#define NGW				
//chaingun
#define CGW				

#include "fuzw.c"