Multiple updates.

This commit is contained in:
Walter Julius Hennecke 2014-03-15 23:05:57 +01:00
parent 65b6c1ac91
commit ac70e8336f
3 changed files with 689 additions and 497 deletions

View file

@ -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;

File diff suppressed because it is too large Load diff

View file

@ -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