mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-15 12:08:37 -04:00
Big cast cleanup (#3076)
* Big cast cleanup * fix for name conflict * rename header * rename cast macros * fix rename mistake --------- Co-authored-by: roeming <roeming@users.noreply.github.com>
This commit is contained in:
@@ -1276,7 +1276,8 @@ static void action(e_sm2_class* i_this) {
|
||||
static f32 asp[] = {500.0f, 400.0f, 300.0f, 200.0f, 100.0f};
|
||||
static f32 asp2[] = {3500.0f, 3000.0f, 2500.0f, 2000.0f, 1500.0f};
|
||||
|
||||
i_this->field_0x828 += (s16)(asp2[i_this->sizetype] + (i_this->field_0x82c * asp[i_this->sizetype]));
|
||||
ANGLE_ADD(i_this->field_0x828,
|
||||
asp2[i_this->sizetype] + (i_this->field_0x82c * asp[i_this->sizetype]));
|
||||
|
||||
for (int i = 0; i < 8; i++) {
|
||||
if (i_this->action != ACTION_FAIL) {
|
||||
|
||||
Reference in New Issue
Block a user