Migrate more strings
FossilOrigin-Name: 0d125c31daf305a4363234402dbf375ecd71b24da762aa8e8c59751678cf47ec
This commit is contained in:
parent
ce5944a7b1
commit
b00de734e8
25 changed files with 476 additions and 439 deletions
10
src/sound.mm
10
src/sound.mm
|
@ -110,9 +110,9 @@ music(char *name)
|
|||
};
|
||||
#endif
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
COMMAND(music, ARG_1STR);
|
||||
COMMAND(music, ARG_1CSTR)
|
||||
|
||||
#ifdef USE_MIXER
|
||||
vector<Mix_Chunk *> samples;
|
||||
|
@ -131,7 +131,7 @@ registersound(char *name)
|
|||
return samples.length() - 1;
|
||||
};
|
||||
|
||||
COMMAND(registersound, ARG_1EST);
|
||||
COMMAND(registersound, ARG_1EST)
|
||||
|
||||
void
|
||||
cleansound()
|
||||
|
@ -267,5 +267,5 @@ void
|
|||
sound(int n)
|
||||
{
|
||||
playsound(n, NULL);
|
||||
};
|
||||
COMMAND(sound, ARG_1INT);
|
||||
}
|
||||
COMMAND(sound, ARG_1INT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue