summaryrefslogtreecommitdiff
path: root/src/game/g_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_main.c')
-rw-r--r--src/game/g_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c
index bc3513a5..95cbda14 100644
--- a/src/game/g_main.c
+++ b/src/game/g_main.c
@@ -560,7 +560,7 @@ void G_InitGame( int levelTime, int randomSeed, int restart )
level.time = levelTime;
level.startTime = levelTime;
- level.snd_fry = G_SoundIndex( "sound/player/fry.wav" ); // FIXME standing in lava / slime
+ level.snd_fry = G_SoundIndex( "sound/misc/fry.wav" ); // FIXME standing in lava / slime
if( g_logFile.string[ 0 ] )
{