[planetblupi] 29/61: Fix noise when saving info.blp file

Didier Raboud odyx at moszumanska.debian.org
Thu Nov 2 19:24:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch debian/master
in repository planetblupi.

commit 05a8c4469af01cee72a11d11b63d17b169074f80
Author: Mathieu Schroeter <mathieu at schroetersa.ch>
Date:   Mon Oct 23 19:30:29 2017 +0200

    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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/planetblupi.git



More information about the Pkg-games-commits mailing list