diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-09-16 21:43:25 -0400 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-09-16 22:32:06 -0400 |
| commit | d591961dbd14bfe723dbd6ba542b169e472744da (patch) | |
| tree | 5bee1f9e1a1782530864461fc77cb5db52aecbed /src/d/d_stage.cpp | |
| parent | ed1df7c7ab7267ce8b1fb1fb658d0172995c85b9 (diff) | |
dAcObjBase var -> mVar
Diffstat (limited to 'src/d/d_stage.cpp')
| -rw-r--r-- | src/d/d_stage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_stage.cpp b/src/d/d_stage.cpp index c97aeb0d..b86ba605 100644 --- a/src/d/d_stage.cpp +++ b/src/d/d_stage.cpp @@ -219,7 +219,7 @@ void dStage_c::setRoomVisited(int roomid) { return; } - if (dScGame_c::sInstance == nullptr || dScGame_c::GetInstance()->profile_name == fProfile::GAME) { + if (dScGame_c::sInstance == nullptr || dScGame_c::GetInstance()->mProfileName == fProfile::GAME) { u16 flag, shift; getFlagPositionForRoomVisit(roomid, &flag, &shift); DungeonflagManager *mg = DungeonflagManager::sInstance; |
