Fix client_t (again)

This commit is contained in:
Federico Cecchetto 2022-03-14 01:55:00 +01:00
parent 2897c0ba70
commit a9251d8678

View File

@ -1406,10 +1406,10 @@ namespace game
LiveClientDropType liveDropRequest; //269572 LiveClientDropType liveDropRequest; //269572
char __pad4[24]; char __pad4[24];
TestClientType testClient; // 269600 TestClientType testClient; // 269600
char __pad5[129600]; char __pad5[347912];
}; // size = 661304 }; // size = 879616
static_assert(sizeof(client_t) == 661304); static_assert(sizeof(client_t) == 879616);
} }
namespace sp namespace sp