mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-29 01:30:50 -04:00
More pointer truncation & implicit conversion fixes
This commit is contained in:
@@ -947,7 +947,7 @@ void daObjStone_c::set_carry_eff() {
|
||||
if (field_0x0950 == 3) {
|
||||
for (int i = 0; i < 3; i++) {
|
||||
field_0x0964[i] =
|
||||
dComIfGp_particle_set(l_carry_eff_id[i], ¤t.pos, 0, &pos, 0xFF, 0, 0xFFFFFFFF,
|
||||
dComIfGp_particle_set(l_carry_eff_id[i], ¤t.pos, 0, &pos, 0xFF, 0, -1,
|
||||
0, 0, 0); // float literal inline
|
||||
if (field_0x0964[i] != 0) {
|
||||
field_0x0964[i]->becomeImmortalEmitter();
|
||||
|
||||
Reference in New Issue
Block a user