mirror of
https://github.com/UberGames/RPG-X2.git
synced 2024-11-15 01:11:46 +00:00
Code cleanup
Code clean up and C99 to ANSIC comments of game/bg_misc.c
This commit is contained in:
parent
f4ceb2f558
commit
f34221f03b
2 changed files with 339 additions and 656 deletions
581
game/bg_misc.c
581
game/bg_misc.c
File diff suppressed because it is too large
Load diff
|
@ -244,30 +244,6 @@ typedef int clipHandle_t;
|
||||||
|
|
||||||
#define MAX_NAME_LENGTH 32 // max length of a client name
|
#define MAX_NAME_LENGTH 32 // max length of a client name
|
||||||
|
|
||||||
//client->sess.sessionClass and client->ps.persistant[PERS_CLASS]
|
|
||||||
/*typedef enum
|
|
||||||
{//FIXME: restrict pickups to the proper PC?
|
|
||||||
PC_NOCLASS,//default
|
|
||||||
PC_INFILTRATOR,//fast, low attack
|
|
||||||
PC_SNIPER,//sneaky, snipe only
|
|
||||||
PC_HEAVY,//slow, heavy attack
|
|
||||||
PC_DEMO,//go boom
|
|
||||||
PC_MEDIC,//heal
|
|
||||||
PC_TECH,//operate
|
|
||||||
PC_BORG,//special weapons, slower, adapting shields
|
|
||||||
PC_ACTIONHERO,//has everything
|
|
||||||
PC_SECURITY,//for escorts
|
|
||||||
PC_MEDICAL,//for escorts
|
|
||||||
PC_COMMAND,//for escorts
|
|
||||||
PC_SCIENCE,//for escorts
|
|
||||||
PC_ENGINEER,//for escorts
|
|
||||||
PC_ALIEN,//for escorts
|
|
||||||
PC_ALPHAOMEGA22,//for escorts
|
|
||||||
PC_ADMIN,//for escorts
|
|
||||||
PC_N00B,//for escorts
|
|
||||||
NUM_PLAYER_CLASSES
|
|
||||||
} pclass_t;*/
|
|
||||||
|
|
||||||
typedef int pclass_t;
|
typedef int pclass_t;
|
||||||
|
|
||||||
// paramters for command buffer stuffing
|
// paramters for command buffer stuffing
|
||||||
|
|
Loading…
Reference in a new issue