Skip to content
Snippets Groups Projects

No switching skins mid-credits/custom cutscene in SP

Merged toaster requested to merge credit_switch into next
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -4062,8 +4062,7 @@ static void Skin_OnChange(void)
if (!Playing())
return; // do whatever you want
if (!(cv_debug || devparm) && !(multiplayer || netgame) // In single player.
&& (gamestate == GS_LEVEL || gamestate == GS_INTERMISSION || gamestate == GS_CONTINUING))
if (!(cv_debug || devparm) && !(multiplayer || netgame)) // In single player.
{
CV_StealthSet(&cv_skin, skins[players[consoleplayer].skin].name);
return;
Loading