mirror of
https://github.com/zeldaret/ss
synced 2026-08-10 19:16:59 -04:00
Equivalence fix
This commit is contained in:
@@ -164,7 +164,7 @@ void dAcNpcSltk_c::executeState_Wait() {
|
||||
dAcNpcSlb2_c *slb = mRef.get();
|
||||
if (slb != nullptr) {
|
||||
if (isSomething0()) {
|
||||
checkResult = checkSomething(position);
|
||||
checkResult = checkSomething(link->position);
|
||||
if (field_0x76C != 0) {
|
||||
field_0x76C = checkResult;
|
||||
} else if (!EventManager::isInEvent() && !slb->fn_61_6A10() && checkResult) {
|
||||
|
||||
Reference in New Issue
Block a user