correct CCW warnings

This commit is contained in:
Banjo Kazooie
2024-11-03 14:36:30 -06:00
parent 136ccd41d0
commit c63b25153f
10 changed files with 24 additions and 24 deletions

View File

@@ -60,7 +60,7 @@ void func_8038CB40(Actor *this, s32 next_state) {
if (next_state == 1) {
skeletalAnim_set(this->unk148, 0x289, 0.2f, 1.1f);
for(i = 0; i < 10; i++){
skeletalAnim_setCallback_1(this->unk148, randf(), func_8038CA10, (s32)this->marker);
skeletalAnim_setCallback_1(this->unk148, randf(), (GenFunction_1)func_8038CA10, (s32)this->marker);
}
}
this->state = next_state;