mirror of
https://github.com/UberGames/RPG-X2-rpgxEF.git
synced 2025-03-15 05:10:47 +00:00
Missed some things yesterday ... now fixed.
This commit is contained in:
parent
063a0734a5
commit
d58101a275
3 changed files with 0 additions and 19 deletions
|
@ -7320,19 +7320,6 @@ static void Cmd_spawnTentity_f(gentity_t *ent) {
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
=================
|
||||
Cmd_UniversalTrans_f
|
||||
=================
|
||||
*/
|
||||
static void Cmd_UniversalTrans_f(gentity_t *ent) {
|
||||
/*if(!rpg_useLanguages.integer) {
|
||||
trap_SendServerCommand(ent->client->ps.clientNum, "print \"Languages aren't enabled.\n\"");
|
||||
return;
|
||||
}*/
|
||||
ent->client->languages->hasUniversal = !ent->client->languages->hasUniversal;
|
||||
}
|
||||
|
||||
static void Cmd_UiHolodeck_f(gentity_t *ent) {
|
||||
trap_SendServerCommand(ent-g_entities, "ui_holodeck 1");
|
||||
}
|
||||
|
@ -7950,8 +7937,6 @@ void ClientCommand( int clientNum )
|
|||
Cmd_spawnTentity_f(ent);
|
||||
else if (Q_stricmp(cmd, "flushTEnts") == 0)
|
||||
Cmd_flushTentities_f(ent);
|
||||
else if (Q_stricmp(cmd, "universalTrans") == 0)
|
||||
Cmd_UniversalTrans_f(ent);
|
||||
else if (Q_stricmp(cmd, "ui_transporterLoc") == 0)
|
||||
Cmd_UiTransporterLoc_f(ent);
|
||||
else if (Q_stricmp(cmd, "ui_transporterExt") == 0)
|
||||
|
|
|
@ -586,10 +586,6 @@ struct gclient_s {
|
|||
int fraggerTime; //!< For rpg_fraggerSpawnDelay
|
||||
// RPG-X | Marcin | 03/01/2009
|
||||
|
||||
/*int playerRace; //RPG-X | GSIO | experimental implementation of languages and universal translator
|
||||
qboolean *universalTrans;*/
|
||||
languageData_t *languages;
|
||||
|
||||
// for sql
|
||||
char *userName; //!< username (not player name) in the sql database
|
||||
int uid; //!< uiser id of the player in the sql database
|
||||
|
|
BIN
stefgame.suo
BIN
stefgame.suo
Binary file not shown.
Loading…
Reference in a new issue