summaryrefslogtreecommitdiff
path: root/src/tile.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2013-02-15 21:13:53 +0200
committerPerttu Ahola <celeron55@gmail.com>2013-05-02 19:43:47 +0300
commit084be3599a5ef0acba7c341bfd14a4e9801423a2 (patch)
tree319535075c0eafd482abd32f5418502aefc17ea9 /src/tile.cpp
parentb28734c82cdb88228a12a3cac90f51ab9384b653 (diff)
downloadminetest-084be3599a5ef0acba7c341bfd14a4e9801423a2.tar.gz
minetest-084be3599a5ef0acba7c341bfd14a4e9801423a2.tar.bz2
minetest-084be3599a5ef0acba7c341bfd14a4e9801423a2.zip
Get menu background image from selected game
Diffstat (limited to 'src/tile.cpp')
-rw-r--r--src/tile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tile.cpp b/src/tile.cpp
index 39f47962e..5f25e123b 100644
--- a/src/tile.cpp
+++ b/src/tile.cpp
@@ -77,7 +77,7 @@ static bool replace_ext(std::string &path, const char *ext)
If failed, return "".
*/
-static std::string getImagePath(std::string path)
+std::string getImagePath(std::string path)
{
// A NULL-ended list of possible image extensions
const char *extensions[] = {