Compare commits
No commits in common. "1c7c0202528573ffffbd0ad7698e67fec27628eb" and "cf84e2f0262c3d00f30ef1f12499f831785f6d20" have entirely different histories.
1c7c020252
...
cf84e2f026
@ -7,7 +7,6 @@ Beware, spoilers ahead!
|
||||
|
||||
|
||||
2.1.4.3 (TBD)
|
||||
- Added compatibility with Skyrim SE 1.7.99.
|
||||
- Added Czech localization by Dogzey.
|
||||
- Added widescreen support.
|
||||
- Added SkyUI 6.0 support.
|
||||
|
||||
@ -96,12 +96,6 @@ namespace {
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
}
|
||||
if (g_settings.at("MenuAspectRatioFix")) {
|
||||
if (const auto pluginInfo = GetLoadInterface()->GetPluginInfo("WidescreenScaleRemoved"); pluginInfo) {
|
||||
MessageBoxW(NULL, L"Widescreen Scale Removed is already included in Enderal, please, disable it (remove file Data\\SKSE\\Plugins\\WidescreenScaleRemoved.dll).", L"Enderal SE Error", MB_OK | MB_ICONERROR);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
}
|
||||
if (g_settings.at("MapMarkerPlacementFixes")) {
|
||||
logger::info("Initializing map market placement fixes...");
|
||||
MapMarkerPlacement::Install();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user