mirror of
https://github.com/electronicarts/CnC_Remastered_Collection.git
synced 2025-08-18 03:41:24 +02:00
August 6th Patch Update
Accumulated DLL source code changes since June 22nd patch
This commit is contained in:
@@ -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 New Issue
Block a user