Correcting the erroneous frame rate introduced by the eariler switch to ONE_SECOND fractions

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1888 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2005-10-05 21:44:18 +00:00
parent 93ed32a999
commit 8f721f60ac
+2 -2
View File
@@ -101,8 +101,8 @@ static LOCDATA chmmr_desc =
1, /* StartIndex */
11, /* NumFrames */
0, /* AnimFlags */
ONE_SECOND / 120, 0, /* FrameRate */
ONE_SECOND / 120, 0, /* RestartRate */
ONE_SECOND / 60, 0, /* FrameRate */
ONE_SECOND / 60, 0, /* RestartRate */
0, /* BlockMask */
},
NULL_PTR, /* AlienNumberSpeech - none */