CScorpion::TargetPlayer

This commit is contained in:
krystalgamer 2024-07-14 16:12:35 +02:00
parent 82f3a538dd
commit 56871a8852

View File

@ -278,9 +278,13 @@ INLINE u32 CScorpion::WhatShouldIDo(void)
}
// @SMALLTODO
void CScorpion::TargetPlayer(i32)
{}
// @Ok
INLINE void CScorpion::TargetPlayer(i32 a2)
{
this->field_C10 = a2;
this->field_BF8 = 2;
this->hCurrentTarget = Mem_MakeHandle(MechList[0]);
}
// @MEDIUMTODO
i32 CScorpion::GetEnvironmentalObjectTarget(void)