add back removed comments for G_ResetView

This commit is contained in:
NepDisk 2025-03-24 12:44:14 -04:00
parent 591a909eea
commit ad290b3604

View file

@ -1805,6 +1805,12 @@ INT32 G_CountPlayersPotentiallyViewable(boolean active)
return total;
}
//
// G_ResetView
// Correct a viewpoint to playernum or the next available, wraps forward.
// Also promotes splitscreen up to available viewable players.
// An out of range playernum is corrected.
//
void G_ResetView(UINT8 viewnum, INT32 playernum, boolean onlyactive)
{
UINT8 splits;