big update after strip

hg-commit-id: dcfb20faef4d
This commit is contained in:
KuroiIeWa5Da 2012-01-28 00:38:49 -06:00
parent 443ff15688
commit 6fd6c7af46
17 changed files with 428 additions and 91 deletions

View file

@ -44,7 +44,7 @@ bool Volume::IsValid(unsigned char* byte)
string Volume::GenAsm()
{
string tmpRet = AbstractData::GenAsm();
if(tmpRet != "") return false;
if(tmpRet != "") return tmpRet;
stringstream tmpAsmOut;
tmpAsmOut << "mus_volume" << " " << (short)volume;