Fix allegro, stonesense/deplibs is now hack/libs, sync isoworld and stonesense
parent
575b1c45fc
commit
658e64c1b2
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
DF_DIR=$(dirname "$0")
|
DF_DIR=$(dirname "$0")
|
||||||
cd "${DF_DIR}"
|
cd "${DF_DIR}"
|
||||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"./stonesense/deplibs":"./hack"
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"./hack/libs":"./hack"
|
||||||
export SDL_DISABLE_LOCK_KEYS=1 # Work around for bug in Debian/Ubuntu SDL patch.
|
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.
|
#export SDL_VIDEO_CENTERED=1 # Centre the screen. Messes up resizing.
|
||||||
./libs/Dwarf_Fortress $* # Go, go, go! :)
|
./libs/Dwarf_Fortress $* # Go, go, go! :)
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit d9f03718f521d2f02809dd33a093b1e5fd923aed
|
Subproject commit 69f28dd6a5a7b9a18215eb066738bb64112c711d
|
@ -1 +1 @@
|
|||||||
Subproject commit 670b4ff6300e8134dc6402336474626e548d0a07
|
Subproject commit 86a2f350ce6a63503022eb1faced6c2f146b98e2
|
Loading…
Reference in New Issue