From 05a8c4469af01cee72a11d11b63d17b169074f80 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Mon, 23 Oct 2017 19:30:29 +0200 Subject: [PATCH] Fix noise when saving info.blp file The enum must be sync with the vector. I should rewrite this stuff otherwise. --- src/event.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/event.h b/src/event.h index b90d919..1bce476 100644 --- a/src/event.h +++ b/src/event.h @@ -82,9 +82,8 @@ enum class Language { fr = 2, de = 3, it = 4, - // Left some space for Korean and Hebrew as I think original translations - // should be first, see issue #23 - pl = 7, + pl = 5, + end, }; class CEvent