1
0

Implemented PR suggestions

Furnace.txt: newline
BlockID: removed extraneous dimension mapping
cEntity: fixed typo
cPlayer: WorldPtr typedef
This commit is contained in:
archshift
2014-06-15 20:27:27 -07:00
parent 8a80843ddf
commit b2fbcaf1bf
5 changed files with 6 additions and 8 deletions

View File

@@ -355,12 +355,8 @@ AString DimensionToString(eDimension a_Dimension)
} DimensionMap[] =
{
{ dimOverworld, "Overworld" },
{ dimOverworld, "Normal" },
{ dimOverworld, "World" },
{ dimNether, "Nether" },
{ dimNether, "Hell" }, // Alternate name for Nether
{ dimEnd, "End" },
{ dimEnd, "Sky" }, // Old name for End
};
for (size_t i = 0; i < ARRAYCOUNT(DimensionMap); i++)