diff options
Diffstat (limited to 'source/mod.cpp')
-rw-r--r-- | source/mod.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/mod.cpp b/source/mod.cpp index 2d28095..3b55e97 100644 --- a/source/mod.cpp +++ b/source/mod.cpp @@ -661,7 +661,7 @@ hudConsole->addWatch(page, "throw:", &throwResult, 'x', WatchInterpretation::_u1 condition = tp::d_a_alink::dComIfGs_isEventBit( 0xb40 ); // Escaped Burning Tent in Bublin Camp if ( condition != false ) { - if ( ( gameInfo.localAreaNodes.unk_0[0xB] & 0x10 ) == 0 ) + if (tp::d_kankyo::env_light.currentRoom == 3) { chosenLayer = 0x1; } |