From eb79d0571a25167d0539dd99fe13b4ac0b8a3612 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 13 Aug 2001 22:35:43 +0000 Subject: [PATCH] --- Graphics/characters/SpongeBob_FMA/AnimList.Txt | 1 + source/fma/fma.cpp | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Graphics/characters/SpongeBob_FMA/AnimList.Txt b/Graphics/characters/SpongeBob_FMA/AnimList.Txt index 3bb811e2d..d82f216bd 100644 --- a/Graphics/characters/SpongeBob_FMA/AnimList.Txt +++ b/Graphics/characters/SpongeBob_FMA/AnimList.Txt @@ -6,3 +6,4 @@ QuickExit Shout Stumble Throw +Party diff --git a/source/fma/fma.cpp b/source/fma/fma.cpp index c1093e04e..395961338 100644 --- a/source/fma/fma.cpp +++ b/source/fma/fma.cpp @@ -374,7 +374,7 @@ static const ACTOR_GRAPHICS_DATA s_actorGraphicsData[FMA_NUM_ACTORS]= /*FMA_ANIM_SIT*/ {0,-1, 0,-1}, /*FMA_ANIM_SITLOOKLEFT*/ {0,-1, 0,-1}, /*FMA_ANIM_SITASLEEP*/ {0,-1, 0,-1}, -/*FMA_ANIM_RUBHEAD*/ {0,-1, 0,-1}, +/*FMA_ANIM_RUBHEAD*/ {1,ANIM_SPONGEBOB_FMA_PARTY, 0,-1}, }, }, { // Barnicle Boy @@ -1125,7 +1125,7 @@ static const int s_FMAPartyScript[]= SC_START, // Party scene - SC_SET_ACTOR_ANIM_STATE, FMA_ACTOR_SPONGEBOB,FMA_ANIM_IDLE,1, + SC_SET_ACTOR_ANIM_STATE, FMA_ACTOR_SPONGEBOB,FMA_ANIM_RUBHEAD,1, SC_SET_ACTOR_POSITION, FMA_ACTOR_SPONGEBOB,340,225, SC_SET_ACTOR_FACING, FMA_ACTOR_SPONGEBOB,1, SC_SET_ACTOR_VISIBILITY, FMA_ACTOR_SPONGEBOB,true,