* Fixed some vm build warnings

This commit is contained in:
Tim Angus 2005-10-05 14:50:45 +00:00
parent 79ba2d974d
commit 9d41e17e1f
12 changed files with 18 additions and 48 deletions

View file

@ -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 = NULL;
ent->think = 0;
ent->nextthink = 0;
}