mirror of
https://github.com/fedddddd/iw5-gsc-utils.git
synced 2025-04-22 05:35:43 +00:00
Remove incorrect offset comments
This commit is contained in:
parent
2785a60dc0
commit
c230a1d916
@ -384,7 +384,7 @@ namespace gsc
|
|||||||
{
|
{
|
||||||
for (auto i = 0; i < *game::svs_clientCount; i++)
|
for (auto i = 0; i < *game::svs_clientCount; i++)
|
||||||
{
|
{
|
||||||
if (game::svs_clients[i].header.state !=game::CS_FREE
|
if (game::svs_clients[i].header.state != game::CS_FREE
|
||||||
&& game::svs_clients[i].header.netchan.remoteAddress.type == game::NA_BOT)
|
&& game::svs_clients[i].header.netchan.remoteAddress.type == game::NA_BOT)
|
||||||
{
|
{
|
||||||
game::SV_GameDropClient(i, "GAME_GET_TO_COVER");
|
game::SV_GameDropClient(i, "GAME_GET_TO_COVER");
|
||||||
|
@ -363,10 +363,10 @@ namespace game
|
|||||||
struct netchan_t
|
struct netchan_t
|
||||||
{
|
{
|
||||||
int outgoingSequence;
|
int outgoingSequence;
|
||||||
netsrc_t sock; // 28
|
netsrc_t sock;
|
||||||
int dropped; // 32
|
int dropped;
|
||||||
int incomingSequence; // 36
|
int incomingSequence;
|
||||||
netadr_s remoteAddress; // 40
|
netadr_s remoteAddress;
|
||||||
int qport;
|
int qport;
|
||||||
int fragmentSequence;
|
int fragmentSequence;
|
||||||
int fragmentLength;
|
int fragmentLength;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user