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:
parent
e8f3fc7e37
commit
05a8c4469a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user