updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / dfhack-git / dwarffortress-hacked
blob9e2e99e1d7475dc50eec57d747185107e0544dc1
1 #!/bin/sh
2 cd /opt/df_linux
3 export SDL_DISABLE_LOCK_KEYS=1 # Work around for bug in Debian/Ubuntu SDL patch.
4 #export SDL_VIDEO_CENTERED=1 # Centre the screen. Messes up resizing.
6 # Really we shouldn't need this, but...
7 umask 0002
8 exec ./dfhack "$@"