mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 15:21:54 +00:00
Fixed code typo. Oops.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@243 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
58ec211b68
commit
49a6f0a6e7
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ int CBaseAnimating :: LookupSequence ( const char *label, int queue )
|
|||
return this->mPreviousLookupSequence[queue];
|
||||
}
|
||||
|
||||
strcpy(this->mPreviousLookupSequence[queue], label);
|
||||
strcpy(this->mPreviousLookupString[queue], label);
|
||||
this->mPreviousLookupSequence[queue] = ::LookupSequence( pmodel, label );
|
||||
return this->mPreviousLookupSequence[queue];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue