/[svn]/libgig/trunk/src/gig.cpp
ViewVC logotype

Diff of /libgig/trunk/src/gig.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3140 by schoenebeck, Wed May 3 16:19:53 2017 UTC revision 3182 by schoenebeck, Sun May 14 20:40:02 2017 UTC
# Line 1817  namespace { Line 1817  namespace {
1817      }      }
1818    
1819      void DimensionRegion::serialize(Serialization::Archive* archive) {      void DimensionRegion::serialize(Serialization::Archive* archive) {
1820            // in case this class will become backward incompatible one day,
1821            // then set a version and minimum version for this class like:
1822            //archive->setVersion(*this, 2);
1823            //archive->setMinVersion(*this, 1);
1824    
1825          SRLZ(VelocityUpperLimit);          SRLZ(VelocityUpperLimit);
1826          SRLZ(EG1PreAttack);          SRLZ(EG1PreAttack);
1827          SRLZ(EG1Attack);          SRLZ(EG1Attack);

Legend:
Removed from v.3140  
changed lines
  Added in v.3182

  ViewVC Help
Powered by ViewVC