1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 20:19:57 +00:00

[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;
int count;
int charge;
double enchantmentCharge;
float enchantmentCharge;
inline bool operator==(const Item& rhs)
{

View file

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