Fixed copy-paste error in GetStringTimeStamp.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2977 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -260,7 +260,7 @@ GetStringTimeStamp (STRING String)
|
|||||||
}
|
}
|
||||||
|
|
||||||
StringIndex = String->index;
|
StringIndex = String->index;
|
||||||
if (!(StringTablePtr->flags & HAS_SOUND_CLIPS))
|
if (!(StringTablePtr->flags & HAS_TIMESTAMP))
|
||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user