mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-18 19:41:29 +00:00
Allow yeah in splitscreen
This commit is contained in:
parent
b818d37eb1
commit
3e4d2a5acd
1 changed files with 4 additions and 1 deletions
|
|
@ -1159,7 +1159,10 @@ static void Y_VoteStops(SINT8 pick, SINT8 level)
|
|||
S_StartSound(NULL, sfx_noooo2); // gasp
|
||||
else if (mapheaderinfo[nextmap] && (mapheaderinfo[nextmap]->menuflags & LF2_HIDEINMENU))
|
||||
S_StartSound(NULL, sfx_noooo1); // this is bad
|
||||
else if (!splitscreen && pick == consoleplayer)
|
||||
else if (netgame && (pick == consoleplayer
|
||||
|| pick == secondarydisplayplayer
|
||||
|| pick == thirddisplayplayer
|
||||
|| pick == fourthdisplayplayer))
|
||||
S_StartSound(NULL, sfx_yeeeah); // yeeeah!
|
||||
else
|
||||
S_StartSound(NULL, sfx_kc48); // just a cool sound
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue