projects
/
btb
/
d2x.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
disable texture format verification for OS X - Textures work fine
[btb/d2x.git]
/
d2x-sdl.sh
1
#!/bin/sh
2
#
3
# Run the real game.
4
# All switches can be overwritten by command-line arguments.
5
#
6
nice /usr/games/d2x-sdl.real -nocdrom -nomovies -nofades $1 $2 $3 $4 $5
7