From 098feadcfea14a04af9c81de87329faea0e6c263 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 24 Jul 2001 19:38:03 +0000 Subject: [PATCH] --- source/fx/fxgeyser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fx/fxgeyser.cpp b/source/fx/fxgeyser.cpp index 024d58fec..937360102 100644 --- a/source/fx/fxgeyser.cpp +++ b/source/fx/fxgeyser.cpp @@ -88,7 +88,7 @@ int W; if ( SoundId == NOT_PLAYING ) { - SoundId = (int) CSoundMediator::playSfx(CSoundMediator::SFX_WORLD_OBJECT__GEYSER,true); + SoundId = (int) CSoundMediator::playSfx(CSoundMediator::SFX_OIL_GEYSER,true); } } else