summaryrefslogtreecommitdiffstats
path: root/freebsd/libraries/libksquirrel/files/patch-bp000-fix-ftbfs-on-c++11.diff
blob: 627f4276fa15be13bcf308aee547bfa37827f218 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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,