summaryrefslogtreecommitdiff
path: root/src/emap/data/mobd.c
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/data/mobd.c
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/data/mobd.c')
-rw-r--r--src/emap/data/mobd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/data/mobd.c b/src/emap/data/mobd.c
index 83d4866..8610c15 100644
--- a/src/emap/data/mobd.c
+++ b/src/emap/data/mobd.c
@@ -55,5 +55,7 @@ struct MobdExt *mobd_create(void)
data->collisionDx = -1;
data->collisionDy = -1;
data->collisionMask = 1;
+ data->mutationCount = 0;
+ data->mutationStrength = 0;
return data;
}