From ad290b3604c0be5fa53c7153d6b3273d28340839 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Mon, 24 Mar 2025 12:44:14 -0400 Subject: [PATCH] add back removed comments for G_ResetView --- src/g_game.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/g_game.c b/src/g_game.c index 4b9ba9424..afff8e8dd 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -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;