summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-01-08 19:22:08 +0100
committerSergeanur <s.anureev@yandex.ua>2021-01-08 19:22:08 +0100
commit68e8c1ce04469a0419e6205bfba0eb2a1e9290c9 (patch)
treef1ca5f64709774ddb17ab178f8f31939828000ba /src/core/Frontend.h
parentTrain anims in enum (diff)
downloadre3-68e8c1ce04469a0419e6205bfba0eb2a1e9290c9.tar
re3-68e8c1ce04469a0419e6205bfba0eb2a1e9290c9.tar.gz
re3-68e8c1ce04469a0419e6205bfba0eb2a1e9290c9.tar.bz2
re3-68e8c1ce04469a0419e6205bfba0eb2a1e9290c9.tar.lz
re3-68e8c1ce04469a0419e6205bfba0eb2a1e9290c9.tar.xz
re3-68e8c1ce04469a0419e6205bfba0eb2a1e9290c9.tar.zst
re3-68e8c1ce04469a0419e6205bfba0eb2a1e9290c9.zip
Diffstat (limited to 'src/core/Frontend.h')
-rw-r--r--src/core/Frontend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h
index b27cccb5..4a812b05 100644
--- a/src/core/Frontend.h
+++ b/src/core/Frontend.h
@@ -661,8 +661,8 @@ public:
int32 m_nSelectedScreenMode;
#endif
#ifdef MULTISAMPLING
- static int8 m_nPrefsMSAALevel;
- static int8 m_nDisplayMSAALevel;
+ int8 m_nPrefsMSAALevel;
+ int8 m_nDisplayMSAALevel;
#endif
enum LANGUAGE