mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
Fix warning
This commit is contained in:
parent
5e817216f7
commit
5b9d4fe82a
@ -70,7 +70,7 @@ namespace server_list
|
|||||||
const auto i = static_cast<size_t>(index) + server_list_index;
|
const auto i = static_cast<size_t>(index) + server_list_index;
|
||||||
if (i < servers.size())
|
if (i < servers.size())
|
||||||
{
|
{
|
||||||
static size_t last_index = ~0;
|
static auto last_index = ~0ull;
|
||||||
if (last_index != i)
|
if (last_index != i)
|
||||||
{
|
{
|
||||||
last_index = i;
|
last_index = i;
|
||||||
|
Loading…
Reference in New Issue
Block a user