Make Goblin Boar Rider sprite a bit more sensible. Mounted monster animations now properly update. Release Build 9200.
This commit is contained in:
parent
5c7e5a3ab3
commit
beb1bdfc79
@ -345,6 +345,7 @@ bool Monster::Update(float fElapsedTime){
|
||||
}
|
||||
}
|
||||
animation.UpdateState(internal_animState,randomFrameOffset+fElapsedTime);
|
||||
if(HasMountedMonster())mounted_animation.value().UpdateState(internal_mounted_animState.value(),fElapsedTime);
|
||||
randomFrameOffset=0;
|
||||
attackedByPlayer=false;
|
||||
return true;
|
||||
|
@ -39,7 +39,7 @@ All rights reserved.
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 2
|
||||
#define VERSION_PATCH 0
|
||||
#define VERSION_BUILD 9199
|
||||
#define VERSION_BUILD 9200
|
||||
|
||||
#define stringify(a) stringify_(a)
|
||||
#define stringify_(a) #a
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user