[General] Replace doubles with floats in BaseStructs and BaseWorldstate

remotes/1728160796594174844/tmp_0.7.0-alpha
David Cernat 7 years ago
parent 18f8725d33
commit cb6c37a26d

@ -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)
{ {

@ -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;

Loading…
Cancel
Save