#!/bin/sh

# the default /afs/athena/contrib/games/lib/Maelstrom is compiled in.

#MAELSTROM_LIB=/afs/athena/contrib/games/arch/sgi_52/lib/Maelstrom
#export MAELSTROM_LIB

/bin/echo 
/bin/echo "Read /mit/games/doc/Maelstrom/README.network for netplay details."
/bin/echo 
/bin/echo "+----------------------------------------------------+"
/bin/echo "|    Please use headphones when playing this game    |"
/bin/echo "|    so as not to disturb other users.  Otherwise    |"
/bin/echo "|    games will be viewed poorly at MIT and might    |"
/bin/echo "|    be removed.  Thank you,                         |"
/bin/echo "|                                                    |"
/bin/echo "|                     -the Games Administrators-     |"
/bin/echo "+----------------------------------------------------+"

/afs/net/contrib/audio/arch/sun4m_54/bin/set_volume 60

PATH=/afs/athena.mit.edu/contrib/games/arch/@sys/bin:$PATH; export PATH
cd /afs/athena.mit.edu/contrib/games/arch/@sys/bin

exec Maelstrom.small "$@"

xset r on

