Derpstances. Everything renamed. Launching does not yet work.

This commit is contained in:
Jan Dalheimer
2014-01-22 07:33:32 +01:00
parent b182f12c20
commit a1a06cc89f
33 changed files with 920 additions and 459 deletions

View File

@@ -32,7 +32,7 @@ struct MinecraftVersion : public BaseVersion
/// This version's type. Used internally to identify what kind of version this is.
enum VersionType
{
OneSix,
Derp,
Legacy,
Nostalgia
} type;
@@ -66,8 +66,8 @@ struct MinecraftVersion : public BaseVersion
}
switch (type)
{
case OneSix:
pre_final.append("OneSix");
case Derp:
pre_final.append("Derp");
break;
case Legacy:
pre_final.append("Legacy");