mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-03 00:16:36 -04:00
Merge branch 'main' into 26-02-27-allocator-isolation
This commit is contained in:
@@ -135,7 +135,7 @@ int daItemBase_c::DrawBase() {
|
||||
}
|
||||
|
||||
void daItemBase_c::RotateYBase() {
|
||||
shape_angle.y += (s16)(0xFFFF / getData().mRotateYSpeed);
|
||||
ANGLE_ADD(shape_angle.y, 0xFFFF / getData().mRotateYSpeed);
|
||||
}
|
||||
|
||||
void daItemBase_c::setListStart() {
|
||||
|
||||
Reference in New Issue
Block a user