Missing underscore in previous commit.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5846 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2007-05-20 15:26:09 +00:00
parent 73d01dd659
commit 7697347fd4
+1 -1
View File
@@ -383,7 +383,7 @@ BlockSound::play_explosion(float duration) {
if (duration <= 0.0)
return;
#if defined(__APPLE_) || defined(WIN32) || defined(HAVE_ALSA_ASOUNDLIB_H)
#if defined(__APPLE__) || defined(WIN32) || defined(HAVE_ALSA_ASOUNDLIB_H)
if (duration > 1.0)
duration = 1.0;