mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 15:26:19 +00:00
Train anims in enum
This commit is contained in:
@ -4914,8 +4914,8 @@ CPed::SetAnimOffsetForEnterOrExitVehicle(void)
|
||||
vecPedVanRearDoorAnimOffset = lastFrame->translation;
|
||||
}
|
||||
}
|
||||
// I think this is leftover and ANIM_TRAIN_GETOUT
|
||||
enterAssoc = CAnimManager::GetAnimAssociation(ASSOCGRP_STD, ANIM_IDLE_STANCE3)->hierarchy;
|
||||
|
||||
enterAssoc = CAnimManager::GetAnimAssociation(ASSOCGRP_STD, ANIM_TRAIN_GETOUT)->hierarchy;
|
||||
seq = enterAssoc->sequences;
|
||||
CAnimManager::UncompressAnimation(enterAssoc);
|
||||
if (seq->numFrames > 0) {
|
||||
|
Reference in New Issue
Block a user