- fixed: nextmap and nextsecret CCMDs set skill to 0.

SVN r1449 (trunk)
This commit is contained in:
Christoph Oelckers 2009-02-25 23:25:47 +00:00
commit 1f5cf23418
3 changed files with 3 additions and 3 deletions

View file

@ -2012,7 +2012,6 @@ static FArchive &operator<<(FArchive &arc, FSoundChan &chan)
<< chan.Rolloff.MinDistance
<< chan.Rolloff.MaxDistance
<< chan.LimitRange;
}
if (arc.IsLoading())
{