1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

These got missed...

This commit is contained in:
2012-02-18 02:49:55 -05:00
parent 85136f8050
commit 0f68e5ae13
6 changed files with 20 additions and 20 deletions

View File

@ -299,7 +299,7 @@ void plWinAudible::SynchedPlay(int index)
void plWinAudible::Play(int index )
{
// hsStatusMessageF( "Playing sound %s, index %d, time=%f\n", GetKeyName(), index, hsTimer::GetSeconds());
// hsStatusMessageF( "Playing sound %s, index %d, time=%f\n", GetKeyName().c_str(), index, hsTimer::GetSeconds());
SND_APPLY_LOOP( index, Play(), ; );
}