mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 21:53:52 -04:00
Fix some warnings and errors
This commit is contained in:
@@ -2635,7 +2635,7 @@ BOOL daNpc_Ji1_c::battleAction(void*) {
|
||||
dtParticle();
|
||||
}
|
||||
|
||||
if(!isAttackAnim() || checkSubAction(battleSubActionNockBack)) {
|
||||
if(!isAttackAnim() || checkSubAction(&daNpc_Ji1_c::battleSubActionNockBack)) {
|
||||
dtParticleAT();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user