From 3e4d2a5acd43ec8a3ed433d10eddae0bfb46bea3 Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Tue, 20 Nov 2018 00:10:54 -0500 Subject: [PATCH] Allow yeah in splitscreen --- src/y_inter.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/y_inter.c b/src/y_inter.c index 50cae957e..be3bc74e1 100644 --- a/src/y_inter.c +++ b/src/y_inter.c @@ -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