mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
Replace particle enums with official names
This commit is contained in:
@@ -229,7 +229,7 @@ void daObjVmc::Act_c::daObjVmc_base_main() {
|
||||
#if VERSION == VERSION_DEMO
|
||||
m4B4_demo =
|
||||
#endif
|
||||
dComIfGp_particle_setToon(dPa_name::ID_SCENE_A1BC, ¤t.pos, ¤t.angle, NULL, 0xFF, &mSmoke, fopAcM_GetRoomNo(this));
|
||||
dComIfGp_particle_setToon(dPa_name::ID_AK_ST_MACORETREESMOKE00, ¤t.pos, ¤t.angle, NULL, 0xFF, &mSmoke, fopAcM_GetRoomNo(this));
|
||||
#if VERSION == VERSION_DEMO
|
||||
mCyl.Set(cyl_src_tree);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user