mirror of
https://github.com/zeldaret/tp
synced 2026-06-29 19:42:18 -04:00
work on d_a_npc, d_a_npc_ash, d_a_tag_evtarea (#345)
All credit goes to randomsalience
This commit is contained in:
@@ -464,7 +464,7 @@ void dEvent_manager_c::Sequencer() {
|
||||
evtControl.onSkipFade();
|
||||
}
|
||||
|
||||
void* actor = evtControl.getPt1();
|
||||
fopAc_ac_c* actor = evtControl.getPt1();
|
||||
if (actor == NULL) {
|
||||
actor = evtControl.getPt2();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user