summaryrefslogtreecommitdiff
path: root/src/emap/struct
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-11-11 03:34:19 -0300
committerJesusaves <cpntb1@ymail.com>2022-11-11 03:34:19 -0300
commit4d3d061196fd37eb38a9ec09516f70b157b10d12 (patch)
tree0375df2819b58f07ed1893f4f5f80e5bd35bfc51 /src/emap/struct
parent41668804c924d4cb6e3b0ecd0b4a2b7277b16bfc (diff)
downloadevol-hercules-4d3d061196fd37eb38a9ec09516f70b157b10d12.tar.gz
evol-hercules-4d3d061196fd37eb38a9ec09516f70b157b10d12.tar.bz2
evol-hercules-4d3d061196fd37eb38a9ec09516f70b157b10d12.tar.xz
evol-hercules-4d3d061196fd37eb38a9ec09516f70b157b10d12.zip
Add mutation fields to mobdb (unused)
Diffstat (limited to 'src/emap/struct')
-rw-r--r--src/emap/struct/mobdext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/struct/mobdext.h b/src/emap/struct/mobdext.h
index 66a0cf9..b1394e7 100644
--- a/src/emap/struct/mobdext.h
+++ b/src/emap/struct/mobdext.h
@@ -14,6 +14,8 @@ struct MobdExt
int collisionDx;
int collisionDy;
int collisionMask;
+ unsigned short mutationCount;
+ unsigned short mutationStrength;
};
#endif // EVOL_MAP_MOBDEXT