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:
parent
18f8725d33
commit
cb6c37a26d
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue