mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-20 15:03:32 +00:00
FIX: Rewrite options
This commit is contained in:
@@ -3,12 +3,13 @@
|
||||
|
||||
//package net.minecraft.world;
|
||||
|
||||
class Difficulty {
|
||||
public:
|
||||
static const int PEACEFUL = 0;
|
||||
static const int EASY = 1;
|
||||
static const int NORMAL = 2;
|
||||
static const int HARD = 3;
|
||||
enum Difficulty {
|
||||
PEACEFUL = 0,
|
||||
EASY = 1,
|
||||
NORMAL = 2,
|
||||
HARD = 3,
|
||||
|
||||
COUNT
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_WORLD__Difficulty_H__*/
|
||||
|
||||
Reference in New Issue
Block a user