From c07a8573590f9d0daf82bebe053411e0b9e6ad9f Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Sat, 29 Jul 2023 11:05:40 +0200 Subject: fix: remove irregular enum initialization Signed-off-by: Sefa Eyeoglu --- launcher/minecraft/World.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/minecraft/World.h b/launcher/minecraft/World.h index 10328cce..dc3733d5 100644 --- a/launcher/minecraft/World.h +++ b/launcher/minecraft/World.h @@ -28,7 +28,7 @@ struct GameType { enum { Unknown = -1, - Survival = 0, + Survival, Creative, Adventure, Spectator -- cgit