refreshScript was wrong used

svn-id: r13512
This commit is contained in:
Paweł Kołodziejski 2004-04-09 04:56:18 +00:00
parent 5f89f5b2b7
commit d368d2e7fa
4 changed files with 1 additions and 18 deletions

View file

@ -155,7 +155,7 @@ void IMuseDigital::parseScriptCmds(int a, int b, int c, int d, int e, int f, int
// setGroupMusicVolume(b);
break;
default:
warning("IMuseDigital::doCommand DEFAULT command %d", cmd);
error("IMuseDigital::doCommand DEFAULT command %d", cmd);
}
}