- Fixed: Legacy render style array was in the wrong order.

This commit is contained in:
Braden Obrzut 2014-07-16 19:19:20 -04:00
parent b6bbdf6195
commit 84cb49b074

View file

@ -3542,14 +3542,14 @@ static const int LegacyRenderStyleIndices[] =
3, // STYLE_SoulTrans,
4, // STYLE_OptFuzzy,
5, // STYLE_Stencil,
6, // STYLE_AddStencil
7, // STYLE_AddShaded
64, // STYLE_Translucent
65, // STYLE_Add,
66, // STYLE_Shaded,
67, // STYLE_TranslucentStencil,
68, // STYLE_Shadow,
69, // STYLE_Subtract,
6, // STYLE_AddStencil
7, // STYLE_AddShaded
-1
};