[General] Replace doubles with floats in BaseStructs and BaseWorldstate

This commit is contained in:
David Cernat 2018-07-22 14:20:20 +03:00
parent 18f8725d33
commit cb6c37a26d
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ namespace mwmp
std::string refId; std::string refId;
int count; int count;
int charge; int charge;
double enchantmentCharge; float enchantmentCharge;
inline bool operator==(const Item& rhs) inline bool operator==(const Item& rhs)
{ {

View File

@ -43,7 +43,7 @@ namespace mwmp
RakNet::RakNetGUID guid; RakNet::RakNetGUID guid;
double hour; float hour;
int day; int day;
int month; int month;
int year; int year;