diff options
-rw-r--r-- | engines/fullpipe/scenes/scene16.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes/scene16.cpp b/engines/fullpipe/scenes/scene16.cpp index 79d1179ba3..b1e261287a 100644 --- a/engines/fullpipe/scenes/scene16.cpp +++ b/engines/fullpipe/scenes/scene16.cpp @@ -121,7 +121,7 @@ int scene16_updateCursor() { } void sceneHandler16_laughSound() { - int snd; + int snd = SND_16_035; switch (g_vars->scene16_sound) { case SND_16_034: |