mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
P_PlaybackSetViews: Support C-button reset to 1p view
This commit is contained in:
parent
6dd32deecb
commit
3e0ba74003
1 changed files with 8 additions and 1 deletions
|
|
@ -210,7 +210,14 @@ void M_PlaybackSetViews(INT32 choice)
|
||||||
}
|
}
|
||||||
else if (r_splitscreen)
|
else if (r_splitscreen)
|
||||||
{
|
{
|
||||||
r_splitscreen--;
|
if (choice == 0)
|
||||||
|
{
|
||||||
|
r_splitscreen--;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
r_splitscreen = 0;
|
||||||
|
}
|
||||||
R_ExecuteSetViewSize();
|
R_ExecuteSetViewSize();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue