X-NEWS: praxa comp.sources.x: 611 This is patch file #2 to the xinvaders game. All it does is allow you to have two different game sizes. I've done this by creating new bitmap files and modifying the source so it can handle the new (larger) size. I've also added a new resource so the user can specify which size to use. The patch expects you to have the previous patch in place. There are all new bitmaps (.bit) files. Actually, there are only some new files, some are just renamed from the old ones, but they're small, so I'm just including them as part of a shar file. The files that changed are: diff -c xinvaders.1/Makefile xinvaders/Makefile diff -c xinvaders.1/base.c xinvaders/base.c diff -c xinvaders.1/main.c xinvaders/main.c diff -c xinvaders.1/patchlevel.h xinvaders/patchlevel.h diff -c xinvaders.1/shot.c xinvaders/shot.c diff -c xinvaders.1/spacers.c xinvaders/spacers.c diff -c xinvaders.1/vaders.c xinvaders/vaders.c diff -c xinvaders.1/vaders.h xinvaders/vaders.h diff -c xinvaders.1/xinvaders.ma xinvaders/xinvaders.ma