summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-07-20 21:47:41 +0200
committereray orçunus <erayorcunus@gmail.com>2020-07-20 21:47:41 +0200
commit70df13f9d34fd855b78f74d7f1da8423241f8b01 (patch)
tree6c71b19b940fd919c5b76437180ab35f24c02f40 /src/core/Frontend.h
parentavoid UB (diff)
downloadre3-70df13f9d34fd855b78f74d7f1da8423241f8b01.tar
re3-70df13f9d34fd855b78f74d7f1da8423241f8b01.tar.gz
re3-70df13f9d34fd855b78f74d7f1da8423241f8b01.tar.bz2
re3-70df13f9d34fd855b78f74d7f1da8423241f8b01.tar.lz
re3-70df13f9d34fd855b78f74d7f1da8423241f8b01.tar.xz
re3-70df13f9d34fd855b78f74d7f1da8423241f8b01.tar.zst
re3-70df13f9d34fd855b78f74d7f1da8423241f8b01.zip
Diffstat (limited to 'src/core/Frontend.h')
-rw-r--r--src/core/Frontend.h2
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;