This commit is contained in:
David Rose 2001-07-12 16:30:54 +00:00
parent 75133e5e10
commit 3c20818f8d
1 changed files with 0 additions and 1 deletions

View File

@ -580,7 +580,6 @@ play_sound(const string &event) {
AudioSound *sound = (*si).second;
sound->play();
}
return (AudioSound *)NULL;
#endif // HAVE_AUDIO
}