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:
parent
760c8742a0
commit
0cc3fbe6fe
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue