OpenTTD: updated

This commit is contained in:
Sergii Pylypenko
2017-04-07 23:42:56 +03:00
parent c398280513
commit 4fcb4fce72
5 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ SdlVideoResize=y
SdlVideoResizeKeepAspect=n
# Do not allow device to sleep when the application is in foreground, set this for video players or apps which use accelerometer
InhibitSuspend=n
InhibitSuspend=y
# Create Android service, so the app is less likely to be killed while in background
CreateService=

View File

@@ -18,7 +18,7 @@ cd bin
export LD_LIBRARY_PATH=/usr/local/lib
if [ -z "$1" ]; then
./openttd -d 2 -r 854x480 # -g opntitle.sav
./openttd -d 2 -r 854x480 -g opntitle.sav
else
#gdb -ex run --args \
valgrind --track-fds=yes --log-file=valgrind.log --leak-check=full \