document gGlobalTimer and related functions
This commit is contained in:
@@ -98,7 +98,7 @@ void __chSnowman_spawnHat(ActorMarker *marker){
|
||||
|
||||
other->velocity[0] = 34.0f;
|
||||
|
||||
sp28 = (func_8023DB5C() & 1)? 0x3C : 0x78;
|
||||
sp28 = (globalTimer_getTime() & 1)? 0x3C : 0x78;
|
||||
ml_vec3f_yaw_rotate_copy(other->velocity, other->velocity, other->yaw - sp28);
|
||||
other->velocity[1] = 30.0f;
|
||||
}
|
||||
@@ -260,7 +260,7 @@ void chSnowman_update(Actor *this){
|
||||
|| fileProgressFlag_get(0x13)
|
||||
){//L802E2318
|
||||
if(0.0 < local->unk4){
|
||||
if( (func_8023DB5C() & 1)
|
||||
if( (globalTimer_getTime() & 1)
|
||||
|| func_8028ECAC() == BSGROUP_A_FLYING
|
||||
){//L802E236C
|
||||
local->unk4 -= dt;
|
||||
|
Reference in New Issue
Block a user