summaryrefslogtreecommitdiff
path: root/df
blob: d2745276ff463004e60f92e775b5877182cc09e6 (plain)
1
2
3
4
5
6
7
#!/bin/sh
DF_DIR=$(dirname "$0")
cd "${DF_DIR}"
export SDL_DISABLE_LOCK_KEYS=1 # Work around for bug in Debian/Ubuntu SDL patch.
#export SDL_VIDEO_CENTERED=1 # Centre the screen.  Messes up resizing.
./libs/Dwarf_Fortress "$@" # Go, go, go! :)