Fix a signed/unsigned compare warning

This commit is contained in:
James Turner 2013-09-30 16:44:04 +01:00
parent f299b351e3
commit 83a3241830

View File

@ -176,7 +176,7 @@ public:
static const int SYNC_SLOT_TILES = 0; ///< Terrain and Objects sync
static const int SYNC_SLOT_SHARED_DATA = 1; /// shared Models and Airport data
static const int NUM_SYNC_SLOTS = 2;
static const unsigned int NUM_SYNC_SLOTS = 2;
/**
* @brief translate a sync item type into one of the available slots.