mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
Replace particle enums with official names
This commit is contained in:
@@ -513,7 +513,7 @@ void daBeam_c::timer_change() {
|
||||
m5F6--;
|
||||
if (m5F6 > 0) {
|
||||
if (m690 == NULL) {
|
||||
m690 = dComIfGp_particle_set(dPa_name::ID_SCENE_8121, ¤t.pos);
|
||||
m690 = dComIfGp_particle_set(dPa_name::ID_AK_SN_LASERROOT00, ¤t.pos);
|
||||
}
|
||||
|
||||
if (m5F4 == 0) {
|
||||
|
||||
Reference in New Issue
Block a user