From f6fbce650dfc72a1b3858f6f0c382b9665cdf27e Mon Sep 17 00:00:00 2001 From: gewlitys Date: Sun, 20 Jul 2003 21:04:24 +0000 Subject: [PATCH] Fixed glitch in Pkunk animation (bug #354), from Paxtez git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1073 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 1 + sc2/src/sc2code/comm/pkunk/pkunkc.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index e44d8d600..e6886461e 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,5 @@ Changes towards version 0.3: +- Fixed glitch in Pkunk animation (bug #354), from Paxtez - Fixed Kohr-Ah final defeat message repeating (bug #426) -Mika - Fix for picking up talking pet after Umgah genocide - from Paxtez - MinGW compilation fixes - SvdB+Mika diff --git a/sc2/src/sc2code/comm/pkunk/pkunkc.c b/sc2/src/sc2code/comm/pkunk/pkunkc.c index 39ddd05c8..ecc6059d8 100644 --- a/sc2/src/sc2code/comm/pkunk/pkunkc.c +++ b/sc2/src/sc2code/comm/pkunk/pkunkc.c @@ -56,7 +56,7 @@ static LOCDATA pkunk_desc = }, { 11, /* StartIndex */ - 4, /* NumFrames */ + 3, /* NumFrames */ YOYO_ANIM | WAIT_TALKING, /* AnimFlags */ ONE_SECOND / 30, 0, /* FrameRate */