summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-02-15 12:45:57 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-02-15 12:45:57 +0100
commit15516f24448795ce727cb92d4eee885fcd2462bc (patch)
treee5a61b55e23adeddb181fd7e75f8f1dee15b4546
parent88f2f591fa23f5ba92d8ee511d368349b390aa60 (diff)
downloadplay-15516f24448795ce727cb92d4eee885fcd2462bc.tar.gz
play-15516f24448795ce727cb92d4eee885fcd2462bc.tar.bz2
play-15516f24448795ce727cb92d4eee885fcd2462bc.zip
Renamed EXARGS to X_ARGS
-rw-r--r--games/thps22
-rw-r--r--games/torment2
-rwxr-xr-xplay.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/games/thps2 b/games/thps2
index c8e1559..286d8b1 100644
--- a/games/thps2
+++ b/games/thps2
@@ -3,6 +3,6 @@ inherit wine
PREFIX="thps2"
SIZE="1024x768"
EXE="c:/thps2/THawk2.exe"
-EXARGS="-depth 16"
+X_ARGS="-depth 16"
# vim:ft=sh
diff --git a/games/torment b/games/torment
index ac14616..ba8eada 100644
--- a/games/torment
+++ b/games/torment
@@ -6,7 +6,7 @@ PREFIX="infinity"
#SIZE="1280x960"
SIZE="1280x960"
EXE="c:/torment/torment.exe"
-EXARGS="-depth 16"
+X_ARGS="-depth 16"
mnttrgt="$WINEPREFIX/drive_c/tormentcds"
diff --git a/play.sh b/play.sh
index efeb2be..5d0f155 100755
--- a/play.sh
+++ b/play.sh
@@ -223,7 +223,7 @@ ENV[DISPLAY]=":1"
# starts a new X
# if overridden, this MUST call `$BIN --in-X`
play_startX () {
- exc startx $BIN --in-X $GAME -- $DISPLAY -ac -br -quiet ${=EXARGS}
+ exc startx $BIN --in-X $GAME -- $DISPLAY -ac -br -quiet ${=X_ARGS}
}
# populate the environment