Skip to content

Commit b63331e

Browse files
committed
libxtconvert.cpp: fix MSVC build
1 parent a17aec7 commit b63331e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

XTConvert/src/libxtconvert.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ class Converter
11251125
return false;
11261126
}
11271127

1128-
if(!FileFormats::SaveLevelFile(lvl, out_path + 'x', LevelData::PGEX))
1128+
if(!FileFormats::SaveLevelFile(lvl, out_path + 'x', FileFormats::LevelFileFormat::LVL_PGEX))
11291129
{
11301130
m_error = "Could not save level.";
11311131
return false;

0 commit comments

Comments
 (0)