mirror of
https://github.com/UberGames/RPG-X2-rpgxEF.git
synced 2025-03-15 05:10:47 +00:00
Removed some unused things
This commit is contained in:
parent
a7cdbc0d95
commit
063a0734a5
5 changed files with 1 additions and 27 deletions
|
@ -982,7 +982,6 @@ void ClientUserinfoChanged( int clientNum ) {
|
|||
char sHeight[10];
|
||||
char sWeight[10];
|
||||
//int silentCloak;
|
||||
//int y; //XPERIMENTAL
|
||||
clientPersistant_t *pers;
|
||||
clientSession_t *sess;
|
||||
|
||||
|
|
|
@ -1697,10 +1697,6 @@ static void Cmd_SayArea( gentity_t *ent, char* text)
|
|||
|
||||
if ( trap_InPVS( client->ps.origin, OtherPlayer->client->ps.origin ) )
|
||||
{
|
||||
//XPERIMENTAL
|
||||
/*if(rpg_useLanguages.integer)
|
||||
G_LanguageMod(text, ent->client->ps.clientNum, OtherPlayer->client->ps.clientNum);*/
|
||||
|
||||
//Communicate to the player
|
||||
G_SayTo( ent, OtherPlayer, SAY_TELL, COLOR_GREEN, va("%s^2: ", pers->netname), text );
|
||||
}
|
||||
|
|
|
@ -495,17 +495,6 @@ typedef struct {
|
|||
float pms_height; //player model system, height
|
||||
} clientPersistant_t;
|
||||
|
||||
//XPE
|
||||
/**
|
||||
* \brief Contains information for a user an experimental system implementing alien languages.
|
||||
*
|
||||
*/
|
||||
typedef struct {
|
||||
int language;
|
||||
qboolean hasUniversal;
|
||||
} languageData_t;
|
||||
//XPE end
|
||||
|
||||
/** \struct gclient_s
|
||||
*
|
||||
* this structure is cleared on each ClientSpawn(),
|
||||
|
@ -1986,12 +1975,6 @@ void Use_Multi(gentity_t *ent, gentity_t *other, gentity_t *activator);
|
|||
|
||||
//OUMS
|
||||
|
||||
//XPE
|
||||
#define MAX_LANGUAGES 32 //!< Maximum ammoutn of different languages
|
||||
int G_AddPlayerLanguage(char *name, int clientNum);
|
||||
//extern vmCvar_t rpg_useLanguages;
|
||||
//XPE END
|
||||
|
||||
/** \typedef holoData_t
|
||||
* Pointer to \link holoData_s \endlink
|
||||
*
|
||||
|
@ -2056,6 +2039,7 @@ struct luaAlertState_s {
|
|||
|
||||
luaAlertState_t *luaAlertState;
|
||||
|
||||
// self destruct
|
||||
list_p selfdestructSafeZones;
|
||||
typedef struct safeZone_s safeZone_t;
|
||||
struct safeZone_s {
|
||||
|
|
|
@ -359,9 +359,6 @@ vmCvar_t lua_allowedModules;
|
|||
|
||||
vmCvar_t g_developer;
|
||||
|
||||
// XPERIMENTAL
|
||||
//vmCvar_t rpg_useLanguages;
|
||||
|
||||
|
||||
static cvarTable_t gameCvarTable[] = {
|
||||
// don't override the cheat state set by the system
|
||||
|
@ -609,8 +606,6 @@ static cvarTable_t gameCvarTable[] = {
|
|||
{ &rpg_server5, "rpg_server5", "0", CVAR_ARCHIVE, 0, qfalse },
|
||||
{ &rpg_server6, "rpg_server6", "0", CVAR_ARCHIVE, 0, qfalse },
|
||||
{ &rpg_allowSPLevelChange, "rpg_allowSPLevelChange", "1", CVAR_ARCHIVE | CVAR_LATCH, 0, qfalse },
|
||||
//XPERIMENTAL
|
||||
//{ &rpg_useLanguages, "rpg_useLanguages", "1", CVAR_ARCHIVE, 0, qfalse }
|
||||
|
||||
{ &dev_showTriggers, "dev_showTriggers", "0", CVAR_ARCHIVE, 0, qfalse }
|
||||
|
||||
|
|
BIN
stefgame.suo
BIN
stefgame.suo
Binary file not shown.
Loading…
Reference in a new issue