Path: utzoo!attcan!uunet!tektronix!tekgen!tekred!games From: games@tekred.CNA.TEK.COM Newsgroups: comp.sources.games Subject: v06i049: pc-mahjongg - solitaire mahjongg for IBM PC family (MS-DOS & Herc), Patch1 Message-ID: <3882@tekred.CNA.TEK.COM> Date: 26 Apr 89 16:20:07 GMT Sender: billr@tekred.CNA.TEK.COM Lines: 61 Approved: billr@saab.CNA.TEK.COM Submitted-by: jah%elbereth.irb@unido.uucp (Joerg Hattenhauer) Posting-number: Volume 6, Issue 49 Archive-name: pc-mahjongg/Patch1 [Previously posted in the bugs newsgroup, it is also posted here for archival purposes. -br] #! /bin/sh # This is a shell archive. Remove anything before this line, then unpack # it by saving it into a file and typing "sh file". To overwrite existing # files, type "sh file -c". You can also feed this as standard input via # unshar, or by typing "sh 'patches01' <<'END_OF_FILE' X*** mahjongg.h.orig Wed Mar 22 15:46:40 1989 X--- mahjongg.h Wed Apr 26 09:11:21 1989 X*************** X*** 70,78 **** X #define NUMTILES 144 X X /* mouse buttons */ X! #define MBUTL 0 X! #define MBUTR 1 X! #define MBUTM 2 X X /* possible Actions */ X #define HELP 0 X--- 70,86 ---- X #define NUMTILES 144 X X /* mouse buttons */ X! #ifdef Mouse_Systems X! # define MBUTL 0 X! # define MBUTR 1 X! # define MBUTM 2 X! #else /* default */ X! # define MBUTL 2 X! # define MBUTR 1 X! # define MBUTM -2 /* an arbitrary number so that the code */ X! /* does not accidently think the non- */ X! /* existant middle button is pressed. */ X! #endif X X /* possible Actions */ X #define HELP 0 END_OF_FILE if test 716 -ne `wc -c <'patches01'`; then echo shar: \"'patches01'\" unpacked with wrong size! fi # end of 'patches01' fi echo shar: End of shell archive. exit 0