Fixing loads of msvc warnings (mainly size_t vs int issues).
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ struct AvatarFile {
|
||||
AvatarFile() : fileType(AVATAR_FILE_TYPE_UNKNOWN), reportedSize(0) {}
|
||||
std::vector<unsigned char> fileData;
|
||||
AvatarFileType fileType;
|
||||
unsigned reportedSize;
|
||||
size_t reportedSize;
|
||||
};
|
||||
|
||||
struct PlayerInfo {
|
||||
|
||||
Reference in New Issue
Block a user