Use the NoMan target, ala niklas and make all of the tiles valid C.
This commit is contained in:
parent
32d36cb6be
commit
ed80064f26
@ -1,6 +1,8 @@
|
|||||||
*** /dev/null Tue May 19 18:05:06 1998
|
--- Imakefile.old Fri May 5 07:46:04 1989
|
||||||
--- xmj.man Tue May 19 18:07:06 1998
|
+++ Imakefile Tue Jun 9 01:23:41 1998
|
||||||
***************
|
@@ -4,4 +4,4 @@
|
||||||
*** 0 ****
|
OBJS = bicons.o cicons.o cicons1.o cicons2.o cicons3.o cicons4.o \
|
||||||
--- 1 ----
|
cicons5.o event.o icons.o mj.o nicons.o
|
||||||
+
|
|
||||||
|
-ComplexProgramTarget(xmj)
|
||||||
|
+ComplexProgramTargetNoMan(xmj)
|
||||||
|
684
games/xmj/patches/patch-ab
Normal file
684
games/xmj/patches/patch-ab
Normal file
@ -0,0 +1,684 @@
|
|||||||
|
diff -ur tiles.old/cAGAIN tiles/cAGAIN
|
||||||
|
--- tiles.old/cAGAIN Thu May 4 06:14:39 1989
|
||||||
|
+++ tiles/cAGAIN Tue Jun 9 01:12:48 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cAGAIN 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cAGAIN_width=64
|
||||||
|
-#define cAGAIN_height=16
|
||||||
|
+#define cAGAIN_width 64
|
||||||
|
+#define cAGAIN_height 16
|
||||||
|
static char cAGAIN_bits[] = {
|
||||||
|
2,2,2,2,2,2,2,2,
|
||||||
|
2,2,2,2,2,2,2,2,
|
||||||
|
diff -ur tiles.old/cAUT tiles/cAUT
|
||||||
|
--- tiles.old/cAUT Thu May 4 06:14:40 1989
|
||||||
|
+++ tiles/cAUT Tue Jun 9 01:12:57 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cAUT 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cAUT_width=64
|
||||||
|
-#define cAUT_height=64
|
||||||
|
+#define cAUT_width 64
|
||||||
|
+#define cAUT_height 64
|
||||||
|
char cAUT_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cBAM tiles/cBAM
|
||||||
|
--- tiles.old/cBAM Thu May 4 06:14:40 1989
|
||||||
|
+++ tiles/cBAM Tue Jun 9 01:13:05 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cBAM 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cBAM_width=64
|
||||||
|
-#define cBAM_height=64
|
||||||
|
+#define cBAM_width 64
|
||||||
|
+#define cBAM_height 64
|
||||||
|
char cBAM_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cBAM1 tiles/cBAM1
|
||||||
|
--- tiles.old/cBAM1 Thu May 4 06:14:41 1989
|
||||||
|
+++ tiles/cBAM1 Tue Jun 9 01:13:13 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cBAM1 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cBAM1_width=64
|
||||||
|
-#define cBAM1_height=64
|
||||||
|
+#define cBAM1_width 64
|
||||||
|
+#define cBAM1_height 64
|
||||||
|
char cBAM1_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cBAM2 tiles/cBAM2
|
||||||
|
--- tiles.old/cBAM2 Thu May 4 06:14:42 1989
|
||||||
|
+++ tiles/cBAM2 Tue Jun 9 01:13:21 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cBAM2 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cBAM2_width=64
|
||||||
|
-#define cBAM2_height=64
|
||||||
|
+#define cBAM2_width 64
|
||||||
|
+#define cBAM2_height 64
|
||||||
|
char cBAM2_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cBAM3 tiles/cBAM3
|
||||||
|
--- tiles.old/cBAM3 Thu May 4 06:14:43 1989
|
||||||
|
+++ tiles/cBAM3 Tue Jun 9 01:13:29 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cBAM3 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cBAM3_width=64
|
||||||
|
-#define cBAM3_height=64
|
||||||
|
+#define cBAM3_width 64
|
||||||
|
+#define cBAM3_height 64
|
||||||
|
char cBAM3_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cBAM4 tiles/cBAM4
|
||||||
|
--- tiles.old/cBAM4 Thu May 4 06:14:43 1989
|
||||||
|
+++ tiles/cBAM4 Tue Jun 9 01:13:36 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cBAM4 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cBAM4_width=64
|
||||||
|
-#define cBAM4_height=64
|
||||||
|
+#define cBAM4_width 64
|
||||||
|
+#define cBAM4_height 64
|
||||||
|
char cBAM4_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cBAM5 tiles/cBAM5
|
||||||
|
--- tiles.old/cBAM5 Thu May 4 06:14:44 1989
|
||||||
|
+++ tiles/cBAM5 Tue Jun 9 01:13:46 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cBAM5 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cBAM5_width=64
|
||||||
|
-#define cBAM5_height=64
|
||||||
|
+#define cBAM5_width 64
|
||||||
|
+#define cBAM5_height 64
|
||||||
|
char cBAM5_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cBAM6 tiles/cBAM6
|
||||||
|
--- tiles.old/cBAM6 Thu May 4 06:14:46 1989
|
||||||
|
+++ tiles/cBAM6 Tue Jun 9 01:13:54 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cBAM6 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cBAM6_width=64
|
||||||
|
-#define cBAM6_height=64
|
||||||
|
+#define cBAM6_width 64
|
||||||
|
+#define cBAM6_height 64
|
||||||
|
char cBAM6_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cBAM7 tiles/cBAM7
|
||||||
|
--- tiles.old/cBAM7 Thu May 4 06:14:47 1989
|
||||||
|
+++ tiles/cBAM7 Tue Jun 9 01:14:08 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cBAM7 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cBAM7_width=64
|
||||||
|
-#define cBAM7_height=64
|
||||||
|
+#define cBAM7_width 64
|
||||||
|
+#define cBAM7_height 64
|
||||||
|
char cBAM7_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cBAM8 tiles/cBAM8
|
||||||
|
--- tiles.old/cBAM8 Thu May 4 06:14:48 1989
|
||||||
|
+++ tiles/cBAM8 Tue Jun 9 01:14:14 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cBAM8 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cBAM8_width=64
|
||||||
|
-#define cBAM8_height=64
|
||||||
|
+#define cBAM8_width 64
|
||||||
|
+#define cBAM8_height 64
|
||||||
|
char cBAM8_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cBAM9 tiles/cBAM9
|
||||||
|
--- tiles.old/cBAM9 Thu May 4 06:14:50 1989
|
||||||
|
+++ tiles/cBAM9 Tue Jun 9 01:14:22 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cBAM9 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cBAM9_width=64
|
||||||
|
-#define cBAM9_height=64
|
||||||
|
+#define cBAM9_width 64
|
||||||
|
+#define cBAM9_height 64
|
||||||
|
char cBAM9_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cCHA1 tiles/cCHA1
|
||||||
|
--- tiles.old/cCHA1 Thu May 4 06:14:50 1989
|
||||||
|
+++ tiles/cCHA1 Tue Jun 9 01:14:29 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cCHA1 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cCHA1_width=64
|
||||||
|
-#define cCHA1_height=64
|
||||||
|
+#define cCHA1_width 64
|
||||||
|
+#define cCHA1_height 64
|
||||||
|
char cCHA1_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cCHA2 tiles/cCHA2
|
||||||
|
--- tiles.old/cCHA2 Thu May 4 06:14:51 1989
|
||||||
|
+++ tiles/cCHA2 Tue Jun 9 01:14:35 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cCHA2 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cCHA2_width=64
|
||||||
|
-#define cCHA2_height=64
|
||||||
|
+#define cCHA2_width 64
|
||||||
|
+#define cCHA2_height 64
|
||||||
|
char cCHA2_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cCHA3 tiles/cCHA3
|
||||||
|
--- tiles.old/cCHA3 Thu May 4 06:14:51 1989
|
||||||
|
+++ tiles/cCHA3 Tue Jun 9 01:14:42 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cCHA3 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cCHA3_width=64
|
||||||
|
-#define cCHA3_height=64
|
||||||
|
+#define cCHA3_width 64
|
||||||
|
+#define cCHA3_height 64
|
||||||
|
char cCHA3_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cCHA4 tiles/cCHA4
|
||||||
|
--- tiles.old/cCHA4 Thu May 4 06:14:53 1989
|
||||||
|
+++ tiles/cCHA4 Tue Jun 9 01:14:50 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cCHA4 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cCHA4_width=64
|
||||||
|
-#define cCHA4_height=64
|
||||||
|
+#define cCHA4_width 64
|
||||||
|
+#define cCHA4_height 64
|
||||||
|
char cCHA4_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cCHA5 tiles/cCHA5
|
||||||
|
--- tiles.old/cCHA5 Thu May 4 06:14:53 1989
|
||||||
|
+++ tiles/cCHA5 Tue Jun 9 01:14:57 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cCHA5 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cCHA5_width=64
|
||||||
|
-#define cCHA5_height=64
|
||||||
|
+#define cCHA5_width 64
|
||||||
|
+#define cCHA5_height 64
|
||||||
|
char cCHA5_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cCHA6 tiles/cCHA6
|
||||||
|
--- tiles.old/cCHA6 Thu May 4 06:14:56 1989
|
||||||
|
+++ tiles/cCHA6 Tue Jun 9 01:15:04 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cCHA6 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cCHA6_width=64
|
||||||
|
-#define cCHA6_height=64
|
||||||
|
+#define cCHA6_width 64
|
||||||
|
+#define cCHA6_height 64
|
||||||
|
char cCHA6_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cCHA7 tiles/cCHA7
|
||||||
|
--- tiles.old/cCHA7 Thu May 4 06:14:57 1989
|
||||||
|
+++ tiles/cCHA7 Tue Jun 9 01:15:11 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cCHA7 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cCHA7_width=64
|
||||||
|
-#define cCHA7_height=64
|
||||||
|
+#define cCHA7_width 64
|
||||||
|
+#define cCHA7_height 64
|
||||||
|
char cCHA7_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cCHA8 tiles/cCHA8
|
||||||
|
--- tiles.old/cCHA8 Thu May 4 06:14:58 1989
|
||||||
|
+++ tiles/cCHA8 Tue Jun 9 01:15:18 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cCHA8 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cCHA8_width=64
|
||||||
|
-#define cCHA8_height=64
|
||||||
|
+#define cCHA8_width 64
|
||||||
|
+#define cCHA8_height 64
|
||||||
|
char cCHA8_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cCHA9 tiles/cCHA9
|
||||||
|
--- tiles.old/cCHA9 Thu May 4 06:14:59 1989
|
||||||
|
+++ tiles/cCHA9 Tue Jun 9 01:15:26 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cCHA9 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cCHA9_width=64
|
||||||
|
-#define cCHA9_height=64
|
||||||
|
+#define cCHA9_width 64
|
||||||
|
+#define cCHA9_height 64
|
||||||
|
char cCHA9_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cDOT1 tiles/cDOT1
|
||||||
|
--- tiles.old/cDOT1 Thu May 4 06:15:00 1989
|
||||||
|
+++ tiles/cDOT1 Tue Jun 9 01:15:33 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cDOT1 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cDOT1_width=64
|
||||||
|
-#define cDOT1_height=64
|
||||||
|
+#define cDOT1_width 64
|
||||||
|
+#define cDOT1_height 64
|
||||||
|
char cDOT1_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cDOT2 tiles/cDOT2
|
||||||
|
--- tiles.old/cDOT2 Thu May 4 06:15:02 1989
|
||||||
|
+++ tiles/cDOT2 Tue Jun 9 01:15:40 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cDOT2 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cDOT2_width=64
|
||||||
|
-#define cDOT2_height=64
|
||||||
|
+#define cDOT2_width 64
|
||||||
|
+#define cDOT2_height 64
|
||||||
|
char cDOT2_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cDOT3 tiles/cDOT3
|
||||||
|
--- tiles.old/cDOT3 Thu May 4 06:15:03 1989
|
||||||
|
+++ tiles/cDOT3 Tue Jun 9 01:15:47 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cDOT3 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cDOT3_width=64
|
||||||
|
-#define cDOT3_height=64
|
||||||
|
+#define cDOT3_width 64
|
||||||
|
+#define cDOT3_height 64
|
||||||
|
char cDOT3_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cDOT4 tiles/cDOT4
|
||||||
|
--- tiles.old/cDOT4 Thu May 4 06:15:04 1989
|
||||||
|
+++ tiles/cDOT4 Tue Jun 9 01:15:54 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cDOT4 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cDOT4_width=64
|
||||||
|
-#define cDOT4_height=64
|
||||||
|
+#define cDOT4_width 64
|
||||||
|
+#define cDOT4_height 64
|
||||||
|
char cDOT4_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cDOT5 tiles/cDOT5
|
||||||
|
--- tiles.old/cDOT5 Thu May 4 06:15:06 1989
|
||||||
|
+++ tiles/cDOT5 Tue Jun 9 01:16:03 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cDOT5 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cDOT5_width=64
|
||||||
|
-#define cDOT5_height=64
|
||||||
|
+#define cDOT5_width 64
|
||||||
|
+#define cDOT5_height 64
|
||||||
|
char cDOT5_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cDOT6 tiles/cDOT6
|
||||||
|
--- tiles.old/cDOT6 Thu May 4 06:15:07 1989
|
||||||
|
+++ tiles/cDOT6 Tue Jun 9 01:16:10 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cDOT6 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cDOT6_width=64
|
||||||
|
-#define cDOT6_height=64
|
||||||
|
+#define cDOT6_width 64
|
||||||
|
+#define cDOT6_height 64
|
||||||
|
char cDOT6_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cDOT7 tiles/cDOT7
|
||||||
|
--- tiles.old/cDOT7 Thu May 4 06:15:07 1989
|
||||||
|
+++ tiles/cDOT7 Tue Jun 9 01:16:24 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cDOT7 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cDOT7_width=64
|
||||||
|
-#define cDOT7_height=64
|
||||||
|
+#define cDOT7_width 64
|
||||||
|
+#define cDOT7_height 64
|
||||||
|
char cDOT7_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cDOT8 tiles/cDOT8
|
||||||
|
--- tiles.old/cDOT8 Thu May 4 06:15:08 1989
|
||||||
|
+++ tiles/cDOT8 Tue Jun 9 01:16:30 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cDOT8 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cDOT8_width=64
|
||||||
|
-#define cDOT8_height=64
|
||||||
|
+#define cDOT8_width 64
|
||||||
|
+#define cDOT8_height 64
|
||||||
|
char cDOT8_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cDOT9 tiles/cDOT9
|
||||||
|
--- tiles.old/cDOT9 Thu May 4 06:15:09 1989
|
||||||
|
+++ tiles/cDOT9 Tue Jun 9 01:16:37 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cDOT9 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cDOT9_width=64
|
||||||
|
-#define cDOT9_height=64
|
||||||
|
+#define cDOT9_width 64
|
||||||
|
+#define cDOT9_height 64
|
||||||
|
char cDOT9_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cEAST tiles/cEAST
|
||||||
|
--- tiles.old/cEAST Thu May 4 06:15:10 1989
|
||||||
|
+++ tiles/cEAST Tue Jun 9 01:16:45 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cEAST 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cEAST_width=64
|
||||||
|
-#define cEAST_height=64
|
||||||
|
+#define cEAST_width 64
|
||||||
|
+#define cEAST_height 64
|
||||||
|
char cEAST_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cGRED tiles/cGRED
|
||||||
|
--- tiles.old/cGRED Thu May 4 06:15:10 1989
|
||||||
|
+++ tiles/cGRED Tue Jun 9 01:16:51 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cGRED 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cGRED_width=64
|
||||||
|
-#define cGRED_height=64
|
||||||
|
+#define cGRED_width 64
|
||||||
|
+#define cGRED_height 64
|
||||||
|
char cGRED_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cHELP tiles/cHELP
|
||||||
|
--- tiles.old/cHELP Thu May 4 06:15:11 1989
|
||||||
|
+++ tiles/cHELP Tue Jun 9 01:16:57 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cHELP 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cHELP_width=64
|
||||||
|
-#define cHELP_height=16
|
||||||
|
+#define cHELP_width 64
|
||||||
|
+#define cHELP_height 16
|
||||||
|
static char cHELP_bits[] = {
|
||||||
|
1,1,1,1,1,1,1,1,
|
||||||
|
1,1,1,1,1,1,1,1,
|
||||||
|
diff -ur tiles.old/cMUM tiles/cMUM
|
||||||
|
--- tiles.old/cMUM Thu May 4 06:15:12 1989
|
||||||
|
+++ tiles/cMUM Tue Jun 9 01:17:16 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cMUM 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cMUM_width=64
|
||||||
|
-#define cMUM_height=64
|
||||||
|
+#define cMUM_width 64
|
||||||
|
+#define cMUM_height 64
|
||||||
|
char cMUM_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cNEW tiles/cNEW
|
||||||
|
--- tiles.old/cNEW Thu May 4 06:15:12 1989
|
||||||
|
+++ tiles/cNEW Tue Jun 9 01:17:22 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cNEW 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cNEW_width=64
|
||||||
|
-#define cNEW_height=16
|
||||||
|
+#define cNEW_width 64
|
||||||
|
+#define cNEW_height 16
|
||||||
|
static char cNEW_bits[] = {
|
||||||
|
4,4,4,4,4,4,4,4,
|
||||||
|
4,4,4,4,4,4,4,4,
|
||||||
|
diff -ur tiles.old/cNORT tiles/cNORT
|
||||||
|
--- tiles.old/cNORT Thu May 4 06:15:13 1989
|
||||||
|
+++ tiles/cNORT Tue Jun 9 01:17:30 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cNORT 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cNORT_width=64
|
||||||
|
-#define cNORT_height=64
|
||||||
|
+#define cNORT_width 64
|
||||||
|
+#define cNORT_height 64
|
||||||
|
char cNORT_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cNUM0 tiles/cNUM0
|
||||||
|
--- tiles.old/cNUM0 Thu May 4 06:15:14 1989
|
||||||
|
+++ tiles/cNUM0 Tue Jun 9 01:17:36 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cNUM0 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cNUM0_width=64
|
||||||
|
-#define cNUM0_height=64
|
||||||
|
+#define cNUM0_width 64
|
||||||
|
+#define cNUM0_height 64
|
||||||
|
char cNUM0_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cNUM1 tiles/cNUM1
|
||||||
|
--- tiles.old/cNUM1 Thu May 4 06:15:15 1989
|
||||||
|
+++ tiles/cNUM1 Tue Jun 9 01:17:43 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cNUM1 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cNUM1_width=64
|
||||||
|
-#define cNUM1_height=64
|
||||||
|
+#define cNUM1_width 64
|
||||||
|
+#define cNUM1_height 64
|
||||||
|
char cNUM1_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cNUM2 tiles/cNUM2
|
||||||
|
--- tiles.old/cNUM2 Thu May 4 06:15:16 1989
|
||||||
|
+++ tiles/cNUM2 Tue Jun 9 01:17:50 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cNUM2 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cNUM2_width=64
|
||||||
|
-#define cNUM2_height=64
|
||||||
|
+#define cNUM2_width 64
|
||||||
|
+#define cNUM2_height 64
|
||||||
|
char cNUM2_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cNUM3 tiles/cNUM3
|
||||||
|
--- tiles.old/cNUM3 Thu May 4 06:15:16 1989
|
||||||
|
+++ tiles/cNUM3 Tue Jun 9 01:17:57 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cNUM3 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cNUM3_width=64
|
||||||
|
-#define cNUM3_height=64
|
||||||
|
+#define cNUM3_width 64
|
||||||
|
+#define cNUM3_height 64
|
||||||
|
char cNUM3_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cNUM4 tiles/cNUM4
|
||||||
|
--- tiles.old/cNUM4 Thu May 4 06:15:17 1989
|
||||||
|
+++ tiles/cNUM4 Tue Jun 9 01:18:03 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cNUM4 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cNUM4_width=64
|
||||||
|
-#define cNUM4_height=64
|
||||||
|
+#define cNUM4_width 64
|
||||||
|
+#define cNUM4_height 64
|
||||||
|
char cNUM4_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cNUM5 tiles/cNUM5
|
||||||
|
--- tiles.old/cNUM5 Thu May 4 06:15:18 1989
|
||||||
|
+++ tiles/cNUM5 Tue Jun 9 01:18:10 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cNUM5 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cNUM5_width=64
|
||||||
|
-#define cNUM5_height=64
|
||||||
|
+#define cNUM5_width 64
|
||||||
|
+#define cNUM5_height 64
|
||||||
|
char cNUM5_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cNUM6 tiles/cNUM6
|
||||||
|
--- tiles.old/cNUM6 Thu May 4 06:15:19 1989
|
||||||
|
+++ tiles/cNUM6 Tue Jun 9 01:18:16 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cNUM6 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cNUM6_width=64
|
||||||
|
-#define cNUM6_height=64
|
||||||
|
+#define cNUM6_width 64
|
||||||
|
+#define cNUM6_height 64
|
||||||
|
char cNUM6_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cNUM7 tiles/cNUM7
|
||||||
|
--- tiles.old/cNUM7 Thu May 4 06:15:20 1989
|
||||||
|
+++ tiles/cNUM7 Tue Jun 9 01:18:23 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cNUM7 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cNUM7_width=64
|
||||||
|
-#define cNUM7_height=64
|
||||||
|
+#define cNUM7_width 64
|
||||||
|
+#define cNUM7_height 64
|
||||||
|
char cNUM7_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cNUM8 tiles/cNUM8
|
||||||
|
--- tiles.old/cNUM8 Thu May 4 06:15:21 1989
|
||||||
|
+++ tiles/cNUM8 Tue Jun 9 01:18:30 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cNUM8 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cNUM8_width=64
|
||||||
|
-#define cNUM8_height=64
|
||||||
|
+#define cNUM8_width 64
|
||||||
|
+#define cNUM8_height 64
|
||||||
|
char cNUM8_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cNUM9 tiles/cNUM9
|
||||||
|
--- tiles.old/cNUM9 Thu May 4 06:15:22 1989
|
||||||
|
+++ tiles/cNUM9 Tue Jun 9 01:18:37 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cNUM9 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cNUM9_width=64
|
||||||
|
-#define cNUM9_height=64
|
||||||
|
+#define cNUM9_width 64
|
||||||
|
+#define cNUM9_height 64
|
||||||
|
char cNUM9_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cORC tiles/cORC
|
||||||
|
--- tiles.old/cORC Thu May 4 06:15:23 1989
|
||||||
|
+++ tiles/cORC Tue Jun 9 01:18:43 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cORC 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cORC_width=64
|
||||||
|
-#define cORC_height=64
|
||||||
|
+#define cORC_width 64
|
||||||
|
+#define cORC_height 64
|
||||||
|
char cORC_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cPLM tiles/cPLM
|
||||||
|
--- tiles.old/cPLM Thu May 4 06:15:25 1989
|
||||||
|
+++ tiles/cPLM Tue Jun 9 01:18:50 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cPLM 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cPLM_width=64
|
||||||
|
-#define cPLM_height=64
|
||||||
|
+#define cPLM_width 64
|
||||||
|
+#define cPLM_height 64
|
||||||
|
char cPLM_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cQUIT tiles/cQUIT
|
||||||
|
--- tiles.old/cQUIT Thu May 4 06:15:25 1989
|
||||||
|
+++ tiles/cQUIT Tue Jun 9 01:19:02 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cQUIT 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cQUIT_width=64
|
||||||
|
-#define cQUIT_height=16
|
||||||
|
+#define cQUIT_width 64
|
||||||
|
+#define cQUIT_height 16
|
||||||
|
static char cQUIT_bits[] = {
|
||||||
|
6,6,6,6,6,6,6,6,
|
||||||
|
6,6,6,6,6,6,6,6,
|
||||||
|
diff -ur tiles.old/cREDD tiles/cREDD
|
||||||
|
--- tiles.old/cREDD Thu May 4 06:15:27 1989
|
||||||
|
+++ tiles/cREDD Tue Jun 9 01:19:07 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cREDD 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cREDD_width=64
|
||||||
|
-#define cREDD_height=64
|
||||||
|
+#define cREDD_width 64
|
||||||
|
+#define cREDD_height 64
|
||||||
|
char cREDD_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cSOUT tiles/cSOUT
|
||||||
|
--- tiles.old/cSOUT Thu May 4 06:15:29 1989
|
||||||
|
+++ tiles/cSOUT Tue Jun 9 01:19:13 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cSOUT 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cSOUT_width=64
|
||||||
|
-#define cSOUT_height=64
|
||||||
|
+#define cSOUT_width 64
|
||||||
|
+#define cSOUT_height 64
|
||||||
|
char cSOUT_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cSPR tiles/cSPR
|
||||||
|
--- tiles.old/cSPR Thu May 4 06:15:31 1989
|
||||||
|
+++ tiles/cSPR Tue Jun 9 01:19:20 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cSPR 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cSPR_width=64
|
||||||
|
-#define cSPR_height=64
|
||||||
|
+#define cSPR_width 64
|
||||||
|
+#define cSPR_height 64
|
||||||
|
char cSPR_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cSUM tiles/cSUM
|
||||||
|
--- tiles.old/cSUM Thu May 4 06:15:32 1989
|
||||||
|
+++ tiles/cSUM Tue Jun 9 01:20:09 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cSUM 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cSUM_width=64
|
||||||
|
-#define cSUM_height=64
|
||||||
|
+#define cSUM_width 64
|
||||||
|
+#define cSUM_height 64
|
||||||
|
char cSUM_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cUNDO tiles/cUNDO
|
||||||
|
--- tiles.old/cUNDO Thu May 4 06:15:33 1989
|
||||||
|
+++ tiles/cUNDO Tue Jun 9 01:20:53 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cUNDO 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cUNDO_width=64
|
||||||
|
-#define cUNDO_height=16
|
||||||
|
+#define cUNDO_width 64
|
||||||
|
+#define cUNDO_height 16
|
||||||
|
static char cUNDO_bits[] = {
|
||||||
|
5,5,5,5,5,5,5,5,
|
||||||
|
5,5,5,5,5,5,5,5,
|
||||||
|
diff -ur tiles.old/cWEST tiles/cWEST
|
||||||
|
--- tiles.old/cWEST Thu May 4 06:15:34 1989
|
||||||
|
+++ tiles/cWEST Tue Jun 9 01:21:00 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cWEST 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cWEST_width=64
|
||||||
|
-#define cWEST_height=64
|
||||||
|
+#define cWEST_width 64
|
||||||
|
+#define cWEST_height 64
|
||||||
|
char cWEST_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cWHTD tiles/cWHTD
|
||||||
|
--- tiles.old/cWHTD Thu May 4 06:15:36 1989
|
||||||
|
+++ tiles/cWHTD Tue Jun 9 01:21:06 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cWHTD 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cWHTD_width=64
|
||||||
|
-#define cWHTD_height=64
|
||||||
|
+#define cWHTD_width 64
|
||||||
|
+#define cWHTD_height 64
|
||||||
|
char cWHTD_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
diff -ur tiles.old/cWIN tiles/cWIN
|
||||||
|
--- tiles.old/cWIN Thu May 4 06:15:38 1989
|
||||||
|
+++ tiles/cWIN Tue Jun 9 01:21:13 1998
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
/* @(#)cWIN 10.1 (MASSCOMP) edited 3/27/89, built 5/4/89 */
|
||||||
|
-#define cWIN_width=64
|
||||||
|
-#define cWIN_height=64
|
||||||
|
+#define cWIN_width 64
|
||||||
|
+#define cWIN_height 64
|
||||||
|
char cWIN_bits[] = {
|
||||||
|
0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,
|
Loading…
Reference in New Issue
Block a user