1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Fix noise when saving info.blp file

The enum must be sync with the vector. I should rewrite
this stuff otherwise.
This commit is contained in:
Mathieu Schroeter 2017-10-23 19:30:29 +02:00
parent e8f3fc7e37
commit 05a8c4469a

View File

@ -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