mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +00:00
Allow yeah in splitscreen
This commit is contained in:
parent
9b1c2b8dc0
commit
9a4ebb916a
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…
Reference in a new issue