diff --git a/build/android/Makefile b/build/android/Makefile index 5bcee2760..9a449ced1 100644 --- a/build/android/Makefile +++ b/build/android/Makefile @@ -77,7 +77,7 @@ IRRLICHT_TIMESTAMP = $(IRRLICHT_DIR)/timestamp IRRLICHT_TIMESTAMP_INT = $(ANDR_ROOT)/deps/irrlicht_timestamp IRRLICHT_URL_HTTP = https://github.com/zaki/irrlicht/archive/$(IRRLICHT_COMMIT).zip -CURL_VERSION = 7.60.0 +CURL_VERSION = 7.61.0 CURL_DIR = $(ANDR_ROOT)/deps/curl CURL_LIB = $(CURL_DIR)/lib/.libs/libcurl.a CURL_TIMESTAMP = $(CURL_DIR)/timestamp @@ -130,7 +130,7 @@ delconfig: local.properties: @echo "Please specify path of ANDROID NDK"; \ - echo "e.g. $$HOME/Android/ndk-r14b/"; \ + echo "e.g. $$HOME/Android/ndk-r17b/"; \ read ANDROID_NDK ; \ if [ ! -d $$ANDROID_NDK ] ; then \ echo "$$ANDROID_NDK is not a valid folder"; \ diff --git a/src/client/tile.cpp b/src/client/tile.cpp index 1f08bda4b..b1bc4518e 100644 --- a/src/client/tile.cpp +++ b/src/client/tile.cpp @@ -1335,7 +1335,7 @@ bool TextureSource::generateImagePart(std::string part_of_name, */ #if defined(__ANDROID__) || defined(__IOS__) video::IImage *img_crack = m_sourcecache.getOrLoad( - "crack_anylength_android.png", m_device); + "crack_anylength_touch.png", m_device); #else video::IImage *img_crack = m_sourcecache.getOrLoad( "crack_anylength.png", m_device); diff --git a/textures/base/crack_anylength_android.png b/textures/base/crack_anylength_touch.png similarity index 100% rename from textures/base/crack_anylength_android.png rename to textures/base/crack_anylength_touch.png