diff options
author | Slávek Banko <[email protected]> | 2018-08-20 01:56:16 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-08-20 01:56:16 +0200 |
commit | 586b7495da07c6d6d0acd38b5cc1137fb3ce1c26 (patch) | |
tree | 61dfc5bfdd6bef22310e8cb86690f58a70e6e295 /kernel/kls_wal | |
parent | 74b72b6c769e7504cca7b5ca50963e1101144d5f (diff) | |
download | libksquirrel-586b7495da07c6d6d0acd38b5cc1137fb3ce1c26.tar.gz libksquirrel-586b7495da07c6d6d0acd38b5cc1137fb3ce1c26.zip |
Fix FTBFS with stricter C++11
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kernel/kls_wal')
-rw-r--r-- | kernel/kls_wal/q2pal.h | 2 |
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, |