mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-04-22 08:50:48 +00:00
Multiple updates.
This commit is contained in:
parent
65b6c1ac91
commit
ac70e8336f
3 changed files with 689 additions and 497 deletions
|
@ -1815,7 +1815,7 @@ static void ClientEvents( gentity_t *ent, int oldEventSequence ) {
|
|||
|
||||
void BotTestSolid(vec3_t origin);
|
||||
|
||||
void ThrowWeapon( gentity_t *ent, char *txt )
|
||||
void G_ThrowWeapon( gentity_t *ent, char *txt )
|
||||
{
|
||||
gclient_t* client = NULL;
|
||||
usercmd_t* ucmd = NULL;
|
||||
|
|
1182
code/game/g_cmds.c
1182
code/game/g_cmds.c
File diff suppressed because it is too large
Load diff
|
@ -1916,7 +1916,7 @@ void G_Active_ShieldRemove(gentity_t* self);
|
|||
* \param ent The client.
|
||||
* \param txt Optional message for PADD dropping.
|
||||
*/
|
||||
void ThrowWeapon( gentity_t* ent, char* txt );
|
||||
void G_ThrowWeapon(gentity_t* ent, char* txt);
|
||||
|
||||
//
|
||||
// g_mem.c
|
||||
|
|
Loading…
Reference in a new issue