picking up crystal(sphere)

This commit is contained in:
Remco
2016-06-08 12:41:33 +02:00
parent 527394f635
commit bba0a2e2a0
12 changed files with 1959 additions and 16 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ void WorldHandler::ChangeWorld(int i)
delete world;
world = new World(worldfiles[i]);
worldIndex = i;
worldIndex = i;
loadingWorld = false;
}
}