August 6th Patch Update
Accumulated DLL source code changes since June 22nd patch
This commit is contained in:
parent
93a1af2eff
commit
ae72fce5dd
76 changed files with 1071 additions and 210 deletions
|
@ -359,7 +359,7 @@ static AnimTypeClass const LZSmoke(
|
|||
72, // Loop start frame number.
|
||||
91, // Ending frame of loop back.
|
||||
-1, // Number of animation stages.
|
||||
255, // Number of times the animation loops.
|
||||
127, // Number of times the animation loops.
|
||||
VOC_NONE, // Sound effect to play.
|
||||
ANIM_NONE
|
||||
);
|
||||
|
@ -1127,7 +1127,7 @@ static AnimTypeClass const OilFieldBurn(
|
|||
33, // Loop start frame number.
|
||||
99, // Ending frame of loop back.
|
||||
66, // Number of animation stages.
|
||||
65535, // Number of times the animation loops.
|
||||
127, // Number of times the animation loops.
|
||||
VOC_NONE, // Sound effect to play.
|
||||
ANIM_NONE
|
||||
);
|
||||
|
|
Reference in a new issue