From: Christoph Sommer Date: Mon, 23 Jun 2008 18:37:17 +0000 (+0000) Subject: typo X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=888c9a76491619375d2d1221f6fd6c0b7e97cbec;p=supertux.git typo SVN-Revision: 5619 --- diff --git a/src/video/texture_manager.cpp b/src/video/texture_manager.cpp index 005d2a998..976dad04b 100644 --- a/src/video/texture_manager.cpp +++ b/src/video/texture_manager.cpp @@ -119,7 +119,7 @@ TextureManager::create_image_texture(const std::string& filename) } catch (const std::runtime_error& err) { // on error, try loading placeholder file - const std::string dummy_texture_fname = "ximages/engine/missing.png"; + const std::string dummy_texture_fname = "images/engine/missing.png"; if (filename != dummy_texture_fname) { Texture* tex = create_image_texture(dummy_texture_fname); log_warning << "Couldn't load texture '" << filename << "': " << err.what() << std::endl;