mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
[General] Replace doubles with floats in BaseStructs and BaseWorldstate
This commit is contained in:
parent
18f8725d33
commit
cb6c37a26d
@ -14,7 +14,7 @@ namespace mwmp
|
||||
std::string refId;
|
||||
int count;
|
||||
int charge;
|
||||
double enchantmentCharge;
|
||||
float enchantmentCharge;
|
||||
|
||||
inline bool operator==(const Item& rhs)
|
||||
{
|
||||
|
@ -43,7 +43,7 @@ namespace mwmp
|
||||
|
||||
RakNet::RakNetGUID guid;
|
||||
|
||||
double hour;
|
||||
float hour;
|
||||
int day;
|
||||
int month;
|
||||
int year;
|
||||
|
Loading…
x
Reference in New Issue
Block a user