From 0b30254e5c48d2ee6322179d1da055e15f66a6aa Mon Sep 17 00:00:00 2001 From: Gee Date: Mon, 1 Dec 2003 07:14:29 +0000 Subject: [PATCH] no message This was SVN commit r130. --- source/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index 25f706622d..117525b81f 100755 --- a/source/main.cpp +++ b/source/main.cpp @@ -285,8 +285,9 @@ glEnable (GL_DEPTH_TEST); // it works perfectly btw. #ifndef NO_GUI g_GUI.Initialize(); + g_GUI.LoadXMLFile("gui/styles.xml"); g_GUI.LoadXMLFile("gui/hello.xml"); - //g_GUI.LoadXMLFile("sprite1.xml"); + g_GUI.LoadXMLFile("gui/sprite1.xml"); #endif // tex = tex_load("0adlogo2.bmp");