TSAGE: Fixed problem with saving double values
This commit is contained in:
parent
ab7fdccc3b
commit
160a8d96d9
3 changed files with 18 additions and 4 deletions
|
@ -77,6 +77,7 @@ public:
|
|||
Common::Serializer::Version maxVersion = kLastVersion);
|
||||
void validate(int v, Common::Serializer::Version minVersion = 0,
|
||||
Common::Serializer::Version maxVersion = kLastVersion);
|
||||
void syncAsDouble(double &v);
|
||||
};
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue