From 0517546d19434c523c9caabf4e6b000ae9d210e0 Mon Sep 17 00:00:00 2001 From: janwas Date: Wed, 23 Jun 2004 13:29:48 +0000 Subject: [PATCH] load hello.xml instead of hello2.xml, which may be broken (or exposes a bug in CParser) This was SVN commit r589. --- source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index 1f2a91e58d..b50828f192 100755 --- a/source/main.cpp +++ b/source/main.cpp @@ -545,7 +545,7 @@ static void psInit() // GUI uses VFS, so this must come after VFS init. g_GUI.Initialize(); g_GUI.LoadXMLFile("gui/styles.xml"); - g_GUI.LoadXMLFile("gui/hello2.xml"); + g_GUI.LoadXMLFile("gui/hello.xml"); g_GUI.LoadXMLFile("gui/sprite1.xml"); #endif }