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:
@@ -101,8 +101,8 @@ static LOCDATA chmmr_desc =
|
|||||||
1, /* StartIndex */
|
1, /* StartIndex */
|
||||||
11, /* NumFrames */
|
11, /* NumFrames */
|
||||||
0, /* AnimFlags */
|
0, /* AnimFlags */
|
||||||
ONE_SECOND / 120, 0, /* FrameRate */
|
ONE_SECOND / 60, 0, /* FrameRate */
|
||||||
ONE_SECOND / 120, 0, /* RestartRate */
|
ONE_SECOND / 60, 0, /* RestartRate */
|
||||||
0, /* BlockMask */
|
0, /* BlockMask */
|
||||||
},
|
},
|
||||||
NULL_PTR, /* AlienNumberSpeech - none */
|
NULL_PTR, /* AlienNumberSpeech - none */
|
||||||
|
|||||||
Reference in New Issue
Block a user