diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp index cb6419fad..2f70d624c 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -2716,7 +2716,7 @@ void Client::afterContentReceived(IrrlichtDevice *device, gui::IGUIFont* font) assert(m_nodedef_received); assert(mediaReceived()); - wchar_t* text = wgettext("Loading textures..."); + const wchar_t* text = wgettext("Loading textures..."); // Rebuild inherited images and recreate textures infostream<<"- Rebuilding images and textures"<<std::endl; |