diff options
Diffstat (limited to 'src/game/g_mover.c')
-rw-r--r-- | src/game/g_mover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_mover.c b/src/game/g_mover.c index 74b6541..8f006a3 100644 --- a/src/game/g_mover.c +++ b/src/game/g_mover.c @@ -1706,7 +1706,7 @@ void SP_func_door_model( gentity_t *ent ) ent->s.apos.trDuration = 0; VectorClear( ent->s.apos.trDelta ); - ent->s.powerups = (int)ent->animation[ 0 ]; //first frame + ent->s.misc = (int)ent->animation[ 0 ]; //first frame ent->s.weapon = abs( (int)ent->animation[ 1 ] ); //number of frames //must be at least one frame -- mapper has forgotten animation key |