summaryrefslogtreecommitdiffstats
path: root/src/skel/win/win.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-08-16 00:37:09 +0200
committerSergeanur <s.anureev@yandex.ua>2020-08-16 00:37:09 +0200
commita728a542be7b3cf5dde16184dea071c50fdd38c0 (patch)
tree78aced541ca2fb65476444563ad41366c0dc096d /src/skel/win/win.cpp
parentDon't react if player's targeting with melee (diff)
downloadre3-a728a542be7b3cf5dde16184dea071c50fdd38c0.tar
re3-a728a542be7b3cf5dde16184dea071c50fdd38c0.tar.gz
re3-a728a542be7b3cf5dde16184dea071c50fdd38c0.tar.bz2
re3-a728a542be7b3cf5dde16184dea071c50fdd38c0.tar.lz
re3-a728a542be7b3cf5dde16184dea071c50fdd38c0.tar.xz
re3-a728a542be7b3cf5dde16184dea071c50fdd38c0.tar.zst
re3-a728a542be7b3cf5dde16184dea071c50fdd38c0.zip
Diffstat (limited to '')
-rw-r--r--src/skel/win/win.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/skel/win/win.cpp b/src/skel/win/win.cpp
index a064788c..e79a8150 100644
--- a/src/skel/win/win.cpp
+++ b/src/skel/win/win.cpp
@@ -1597,7 +1597,9 @@ psSelectDevice()
PSGLOBAL(fullScreen) = FALSE;
#endif
}
-
+#ifdef MULTISAMPLING
+ RwD3D8EngineSetMultiSamplingLevels(1 << FrontEndMenuManager.m_nPrefsMSAALevel);
+#endif
return TRUE;
}