[planetblupi] 06/08: Replace a char by Sint8

Didier Raboud odyx at moszumanska.debian.org
Wed Oct 25 07:16:56 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 854dea4aa90bce52fa6ab356042778dee5a20617
Author: Mathieu Schroeter <mathieu at schroetersa.ch>
Date:   Wed Oct 25 06:40:39 2017 +0200

    Replace a char by Sint8
    
    It should fix build on some arch like arm and ppc.
---
 src/fog.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fog.cxx b/src/fog.cxx
index f4d3ba2..8e6dd2f 100644
--- a/src/fog.cxx
+++ b/src/fog.cxx
@@ -87,7 +87,7 @@ GetFogIcon (char * pBits)
 // Table donnant la "vision" d'un blupi dans le
 // brouillard.
 // clang-format off
-static char table_fog[17 * 17] =
+static Sint8 table_fog[17 * 17] =
 {
   4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,
   4,  4,  4,  4,  4,  4,  4,  2,  4,  4,  4,  4,  4,  4,  4,  4,  4,

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