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:
mcmartin
2008-05-18 13:17:38 +00:00
parent c952996ad7
commit 82b1aa60b4
+1 -1
View File
@@ -260,7 +260,7 @@ GetStringTimeStamp (STRING String)
}
StringIndex = String->index;
if (!(StringTablePtr->flags & HAS_SOUND_CLIPS))
if (!(StringTablePtr->flags & HAS_TIMESTAMP))
{
return NULL;
}