From 4e101bd4bb7b1270921fe638157d1233951b1c3c Mon Sep 17 00:00:00 2001 From: kervala Date: Sun, 8 Aug 2010 10:12:03 +0200 Subject: [PATCH] Fixed: #1064 New interface definition missing (patch provided by Naush) --- code/ryzom/client/src/interface_v3/interface_manager.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/ryzom/client/src/interface_v3/interface_manager.cpp b/code/ryzom/client/src/interface_v3/interface_manager.cpp index 0acd32009..efe64837e 100644 --- a/code/ryzom/client/src/interface_v3/interface_manager.cpp +++ b/code/ryzom/client/src/interface_v3/interface_manager.cpp @@ -805,11 +805,10 @@ void CInterfaceManager::loadIngameInterfaceTextures() loadTextures ("texture_interfaces_v3.tga", "texture_interfaces_v3.txt"); // DXTC contain all items and bricks bitmaps, they must come after standard texture - loadTextures ("texture_interfaces_dxtc.tga", "texture_interfaces_dxtc.txt"); + loadTextures ("new_texture_interfaces_dxtc.tga", "new_texture_interfaces_dxtc.txt"); // Added icons by Yubo's Team 2009 loadTextures ("texture_extra.tga", "texture_extra.txt"); - } // ------------------------------------------------------------------------------------------------