mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 12:39:27 -04:00
d_path / d_vibration debug work (#3138)
* dpath debug * dvibration debug * d_meter2_info debug * gcyl/gpsh debug
This commit is contained in:
@@ -2014,7 +2014,7 @@ void daNPC_TK_c::executeWolfPerch() {
|
||||
mWolfPathData = dPath_GetRoomPath(mpPath1->m_nextID, fopAcM_GetRoomNo(this));
|
||||
JUT_ASSERT(2498, mWolfPathData != NULL);
|
||||
|
||||
field_0x6ea = mWolfPathData->field_0x6;
|
||||
field_0x6ea = mWolfPathData->swbit;
|
||||
field_0x6e8 = mWolfPathData->field_0x4;
|
||||
field_0x6e9 = mWolfPathData->field_0x7;
|
||||
field_0x6d0.Init(mWolfPathData);
|
||||
|
||||
@@ -189,7 +189,7 @@ int daTagSppath_c::execute() {
|
||||
}
|
||||
|
||||
if (mpBestPath->field_0x4 == 0) {
|
||||
if (mpBestPath->field_0x6 == 0xff || fopAcM_isSwitch(this, mpBestPath->field_0x6) == 0) {
|
||||
if (mpBestPath->swbit == 0xff || fopAcM_isSwitch(this, mpBestPath->swbit) == 0) {
|
||||
field_0x6e8 = 1;
|
||||
} else {
|
||||
field_0x6e8 = 2;
|
||||
|
||||
Reference in New Issue
Block a user