TSAGE: Fixed problem with saving double values

This commit is contained in:
Paul Gilbert 2011-07-02 13:49:27 +10:00
parent ab7fdccc3b
commit 160a8d96d9
3 changed files with 18 additions and 4 deletions

View file

@ -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);
};
/*--------------------------------------------------------------------------*/