Skip to content

Commit

Permalink
Fix audio issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHuu committed Jun 3, 2021
1 parent 410773a commit 35f2eda
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion jfaudiolib
Submodule jfaudiolib updated 1 files
+2 −0 src/multivoc.c
10 changes: 5 additions & 5 deletions src/_functio.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,13 +265,13 @@ static char * joystickclickeddefaults[MAXJOYBUTTONS] =
"", // B
"", // X
"", // Y
"", // LT
"", // RT
"", // ZL
"", // ZR
"", // Select
"", //
"", // Start
"", // Select
"", // ZL
"", // ZR
"", // LT
"", // RT
"", // DP up
"", // DP down
"", // DP left
Expand Down
4 changes: 2 additions & 2 deletions src/game.c
Original file line number Diff line number Diff line change
Expand Up @@ -3144,7 +3144,7 @@ VOID InitRunLevel(VOID)

// auto aim / auto run / etc
InitPlayerGameSettings();
#ifndef _3DS

// send packets with player info
InitNetPlayerOptions();

Expand All @@ -3160,7 +3160,7 @@ VOID InitRunLevel(VOID)
}
PlaySong(LevelSong, track, TRUE, TRUE);
}
#endif

InitPrediction(&Player[myconnectindex]);

if (!DemoInitOnce)
Expand Down

0 comments on commit 35f2eda

Please sign in to comment.