mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 00:20:59 +00:00
* Applied ajax's cleanup patch
This commit is contained in:
parent
4c6f59c541
commit
fe14a45ad1
40 changed files with 166 additions and 166 deletions
|
@ -288,7 +288,7 @@ void Use_Shooter( gentity_t *ent, gentity_t *other, gentity_t *activator ) {
|
|||
|
||||
static void InitShooter_Finish( gentity_t *ent ) {
|
||||
ent->enemy = G_PickTarget( ent->target );
|
||||
ent->think = 0;
|
||||
ent->think = NULL;
|
||||
ent->nextthink = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue