summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-08-20 01:56:16 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-08-20 01:56:16 +0200
commit586b7495da07c6d6d0acd38b5cc1137fb3ce1c26 (patch)
tree61dfc5bfdd6bef22310e8cb86690f58a70e6e295
parent74b72b6c769e7504cca7b5ca50963e1101144d5f (diff)
downloadlibksquirrel-586b7495.tar.gz
libksquirrel-586b7495.zip
Fix FTBFS with stricter C++11
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--kernel/kls_wal/q2pal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kls_wal/q2pal.h b/kernel/kls_wal/q2pal.h
index 39530e5..e7ee100 100644
--- a/kernel/kls_wal/q2pal.h
+++ b/kernel/kls_wal/q2pal.h
@@ -3,7 +3,7 @@
/* Quake2 pallette taken from DevIL library (http://imagelib.org) */
-static const s8 q2pal[768] =
+static const u8 q2pal[768] =
{
0, 0, 0,
15, 15, 15,