Skip to content

Commit

Permalink
Corrupted maps fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
necropotame committed Nov 13, 2016
1 parent 0c56b7d commit 7adf347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/server/mapconverter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ void CMapConverter::Finalize()
Item.m_OffsetX = 0;
Item.m_OffsetY = 0;
Item.m_StartLayer = m_NumLayers;
Item.m_NumLayers = 10;
Item.m_NumLayers = 4;
Item.m_UseClipping = 0;
Item.m_ClipX = 0;
Item.m_ClipY = 0;
Expand Down

0 comments on commit 7adf347

Please sign in to comment.