mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
Populate particle IDs enum with placeholders and use them everywhere
This commit is contained in:
@@ -116,7 +116,7 @@ bool daMmusic::Act_c::_execute() {
|
||||
if (mpEmitter == NULL && field_0x298 == 1) {
|
||||
set_mtx();
|
||||
cXyz scale(1.0f, 1.0f, 1.0f);
|
||||
JPABaseEmitter* emtr = dComIfGp_particle_set(0x826c, ¤t.pos);
|
||||
JPABaseEmitter* emtr = dComIfGp_particle_set(dPa_name::ID_SCENE_826C, ¤t.pos);
|
||||
mpEmitter = emtr;
|
||||
if (emtr != NULL) {
|
||||
mpEmitter->setGlobalRTMatrix(mMtx);
|
||||
|
||||
Reference in New Issue
Block a user