mirror of
https://github.com/minetest/minetest.git
synced 2025-07-04 17:00:23 +02:00
Reduce gettext wide/narrow and string/char* conversions
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user