#! /bin/sh

echo
echo "        Please have a look at this script before running it."
echo
exit 1

# !!! If you have used version 1.0 of this patch before,
# !!! please apply this patch to the original version of xdoom/sdoom
# !!! not the patched ones.

# You can patch both xdoom & sdoom, see the lines below.
# Make sure the program you want to patch is
# in the current directory and named either
# "xdoom" or "sdoom".

# patch xdoom
./pat @udoom.pat@xdoom

# patch sdoom
./pat @udoom.pat@sdoom

