1
0
forked from 0ad/0ad

load hello.xml instead of hello2.xml, which may be broken (or exposes a bug in CParser)

This was SVN commit r589.
This commit is contained in:
janwas 2004-06-23 13:29:48 +00:00
parent d633fd201d
commit 0517546d19

View File

@ -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
}