diff options
| author | eray orçunus <erayorcunus@gmail.com> | 2020-07-20 22:47:41 +0300 |
|---|---|---|
| committer | eray orçunus <erayorcunus@gmail.com> | 2020-07-20 22:47:41 +0300 |
| commit | 70df13f9d34fd855b78f74d7f1da8423241f8b01 (patch) | |
| tree | 6c71b19b940fd919c5b76437180ab35f24c02f40 /src/core/Frontend.h | |
| parent | avoid UB (diff) | |
| download | re3-70df13f9d34fd855b78f74d7f1da8423241f8b01.tar.gz | |
Fixes from miami
Diffstat (limited to 'src/core/Frontend.h')
| -rw-r--r-- | src/core/Frontend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h index 758e29aa..7b0e2f4b 100644 --- a/src/core/Frontend.h +++ b/src/core/Frontend.h @@ -518,7 +518,7 @@ public: int32 m_nHoverOption; int32 m_nCurrScreen; int32 m_nCurrOption; - int32 m_nPrevOption; + int32 m_nOptionMouseHovering; int32 m_nPrevScreen; uint32 field_558; int32 m_nCurrSaveSlot; |
