]> icculus.org git repositories - divverent/nexuiz.git/blob - qcsrc/gamec/t_quake.c
made cl_client.c compile again - you can not assign a string to a float field without...
[divverent/nexuiz.git] / qcsrc / gamec / t_quake.c
1 //***********************
2 //QUAKE 1 ENTITIES - So people can play quake1 maps with the nexuiz weapons
3 //***********************
4 void weapon_nailgun (void) {weapon_electro();}
5 void weapon_supernailgun (void) {weapon_hagar();}
6 void weapon_supershotgun (void) {weapon_uzi();}
7
8 void item_spikes (void) {item_bullets();}
9 void item_armor2 (void) {item_armor25();}
10 void item_armorInv (void) {item_armor25();}
11 void item_health (void) {item_health25();}
12
13 //item_spikes
14 //item_health
15