mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2024-11-01 23:26:57 +00:00
parent
666e5cf62d
commit
d641fefc13
@ -1766,7 +1766,7 @@ int _obj_use_door(Object* a1, Object* a2, int a3)
|
|||||||
animationRegisterCallback(a2, a2, (AnimationCallback*)_set_door_state_open, -1);
|
animationRegisterCallback(a2, a2, (AnimationCallback*)_set_door_state_open, -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
const char* sfx = sfxBuildOpenName(a2, SCENERY_SOUND_EFFECT_CLOSED);
|
const char* sfx = sfxBuildOpenName(a2, SCENERY_SOUND_EFFECT_OPEN);
|
||||||
animationRegisterPlaySoundEffect(a2, sfx, -1);
|
animationRegisterPlaySoundEffect(a2, sfx, -1);
|
||||||
|
|
||||||
animationRegisterAnimate(a2, ANIM_STAND, 0);
|
animationRegisterAnimate(a2, ANIM_STAND, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user