fixed menu xml path problem

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@1656 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 29b7fb2d950bf858d7e40ab4a519625cd15877c1
Former-commit-id: 3bbfcb9fd749d4e9d9ccac28d48f5b5afba71ff9
This commit is contained in:
briangr 2009-10-23 08:32:22 +00:00
parent 760c8742a0
commit 0cc3fbe6fe

View file

@ -755,7 +755,7 @@ void *
LoadMenuXML(const char *pMenuPath)
{
std::string strPath = pMenuPath;
strPath = "menu/"+strPath;
strPath = "data/menu/"+strPath;
void *param = NULL;
char buf[1024];