Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/games/CaribbeanStud/files/patch-Bitmaps.h
16461 views
1
--- Bitmaps.h.orig 1997-01-31 22:47:58 UTC
2
+++ Bitmaps.h
3
@@ -32,7 +32,7 @@
4
*/
5
6
7
-const char c_bits[][2018] = { // bitmaps for Clubs
8
+const unsigned char c_bits[][2018] = { // bitmaps for Clubs
9
{
10
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
11
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
12
@@ -1647,7 +1647,7 @@ const char c_bits[][2018] = { // bitmaps for Clubs
13
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }
14
};
15
16
-const char d_bits[][2018] = { // Bitmaps for Dimands
17
+const unsigned char d_bits[][2018] = { // Bitmaps for Dimands
18
{
19
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
20
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
21
@@ -3263,7 +3263,7 @@ const char d_bits[][2018] = { // Bitmaps for Dimands
22
};
23
24
25
-const char h_bits[][2018] = { // Bitmaps for Hearts
26
+const unsigned char h_bits[][2018] = { // Bitmaps for Hearts
27
{
28
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
29
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
30
@@ -4879,7 +4879,7 @@ const char h_bits[][2018] = { // Bitmaps for Hearts
31
};
32
33
34
-const char s_bits[][2018] = { // Bitmaps for Spades
35
+const unsigned char s_bits[][2018] = { // Bitmaps for Spades
36
{
37
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
38
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
39
@@ -6494,7 +6494,7 @@ const char s_bits[][2018] = { // Bitmaps for Spades
40
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}
41
};
42
43
-const char back_bits[] = { // Bitmap for CardBack
44
+const unsigned char back_bits[] = { // Bitmap for CardBack
45
0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x40, 0x01, 0x80, 0x00, 0xa0,
46
0x00, 0x00, 0x04, 0x20, 0x10, 0x02, 0x08, 0x01, 0x40, 0x00, 0x04, 0x10,
47
0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00,
48
49