mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Replace particle enums with official names
This commit is contained in:
@@ -355,7 +355,7 @@ bool daGhostship_c::_execute() {
|
||||
|
||||
dLib_setCirclePath(&mPaths[i]);
|
||||
if(mAlpha != 0.0f) {
|
||||
dComIfGp_particle_setSimple(dPa_name::ID_SCENE_8306, &mPaths[i].mPos);
|
||||
dComIfGp_particle_setSimple(dPa_name::ID_AK_SN_O_GHOSTSHIPFIRE00, &mPaths[i].mPos);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user