diff options
| author | Caroline Madsen <69010899+randomsalience@users.noreply.github.com> | 2024-04-28 22:33:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-28 19:33:32 -0700 |
| commit | 7339a87bd9f6160c99c129af4f26288fa7fcd223 (patch) | |
| tree | 0e31d19baf3dfbc5838b48af58e31b920386100f /include/d/save | |
| parent | 669c7d920b196d8f1b998420014bcc9397abaa32 (diff) | |
fix some nonmatching functions (#2141)
Diffstat (limited to 'include/d/save')
| -rw-r--r-- | include/d/save/d_save.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/save/d_save.h b/include/d/save/d_save.h index bb52c2437b..e5a2eed331 100644 --- a/include/d/save/d_save.h +++ b/include/d/save/d_save.h @@ -994,7 +994,7 @@ public: dSv_zone_c() { mRoomNo = -1; } void init(int i_roomNo); - dSv_zoneBit_c& getZoneBit() { return mBit; } + dSv_zoneBit_c& getBit() { return mBit; } const dSv_zoneBit_c& getBit() const { return mBit; } dSv_zoneActor_c& getActor() { return mActor; } const dSv_zoneActor_c& getActor() const { return mActor; } |
