mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-16 10:36:44 +00:00
Remove dropped formats from tests
This commit is contained in:
parent
b0ef42ae3c
commit
7b8c0d1d88
1 changed files with 0 additions and 2 deletions
|
@ -270,8 +270,6 @@ namespace
|
||||||
std::vector<ESM::FormatVersion> result({
|
std::vector<ESM::FormatVersion> result({
|
||||||
ESM::DefaultFormatVersion,
|
ESM::DefaultFormatVersion,
|
||||||
ESM::CurrentContentFormatVersion,
|
ESM::CurrentContentFormatVersion,
|
||||||
ESM::MaxOldWeatherFormatVersion,
|
|
||||||
ESM::MaxOldDeathAnimationFormatVersion,
|
|
||||||
ESM::MaxOldFogOfWarFormatVersion,
|
ESM::MaxOldFogOfWarFormatVersion,
|
||||||
ESM::MaxUnoptimizedCharacterDataFormatVersion,
|
ESM::MaxUnoptimizedCharacterDataFormatVersion,
|
||||||
ESM::MaxOldTimeLeftFormatVersion,
|
ESM::MaxOldTimeLeftFormatVersion,
|
||||||
|
|
Loading…
Reference in a new issue