mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 04:48:21 -04:00
Debug+retail matches and clean up some fakematches (#2910)
* Debug matches * Match daAlink_c::procGrassWhistleWait * Match JASAramStream::channelProc * More debug matches * Match JAUStreamStaticAramMgr_::deleteStreamAram and bitset inlines * Fix some fakematches * Fix gameinfo player info not being a struct * Update bug comments * Fix procids in alink * d_a_scene_exit OK
This commit is contained in:
@@ -496,15 +496,11 @@ u32 daPy_py_c::checkCarryStartLightBallB() {
|
||||
}
|
||||
|
||||
f32 daPy_py_c::getSpinnerRideSpeed() const {
|
||||
f32 rideSpeed;
|
||||
|
||||
if (checkSpinnerRide()) {
|
||||
rideSpeed = speedF;
|
||||
return speedF;
|
||||
} else {
|
||||
rideSpeed = 0.0f;
|
||||
return 0.0f;
|
||||
}
|
||||
|
||||
return rideSpeed;
|
||||
}
|
||||
|
||||
bool daPy_py_c::checkSpinnerReflectEffect() {
|
||||
|
||||
Reference in New Issue
Block a user