address variaty of compiler warnings and code documentation
This commit is contained in:
@@ -79,8 +79,8 @@ void func_80390B2C(ActorMarker *marker){
|
||||
void func_80390B70(Actor *this){
|
||||
func_80324E38(0.0f, 3);
|
||||
timed_setCameraToNode(0.0f, 0);
|
||||
timedFunc_set_1(0.6f, (GenMethod_1)func_80390ABC, this->marker);
|
||||
timedFunc_set_1(2.5f, func_80390B2C, this->marker);
|
||||
timedFunc_set_1(0.6f, (GenMethod_1)func_80390ABC, reinterpret_cast(s32, this->marker));
|
||||
timedFunc_set_1(2.5f, (GenMethod_1)func_80390B2C, reinterpret_cast(s32, this->marker));
|
||||
}
|
||||
|
||||
void func_80390BDC(Actor *this){
|
||||
|
Reference in New Issue
Block a user