SaveSlots/UpdateUI: Fix Wsign-compare warning.

This commit is contained in:
lightningterror 2021-10-26 21:35:29 +02:00
parent ac91a48182
commit 6825b5d79a
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ static const int StateSlotsCount = 10;
class Saveslot class Saveslot
{ {
public: public:
u32 slot_num; int slot_num;
bool empty; bool empty;
wxDateTime updated; wxDateTime updated;
u32 crc; u32 crc;