summaryrefslogtreecommitdiff
path: root/src/emap/data/mobd.c
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-12-22 19:30:18 -0300
committerJesusaves <cpntb1@ymail.com>2022-12-22 19:30:18 -0300
commit534612e56ea1f93a414a6be551dacd6f18954d1f (patch)
tree386cfdea423094a42ff41802da7ba7f7ccf89dc5 /src/emap/data/mobd.c
parent4d3d061196fd37eb38a9ec09516f70b157b10d12 (diff)
downloadevol-hercules-jesusalva/prerenewal.tar.gz
evol-hercules-jesusalva/prerenewal.tar.bz2
evol-hercules-jesusalva/prerenewal.tar.xz
evol-hercules-jesusalva/prerenewal.zip
CriticalDef field (theoretical, no effect yet)HEADjesusalva/prerenewal
Diffstat (limited to 'src/emap/data/mobd.c')
-rw-r--r--src/emap/data/mobd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/data/mobd.c b/src/emap/data/mobd.c
index 8610c15..fb6d80b 100644
--- a/src/emap/data/mobd.c
+++ b/src/emap/data/mobd.c
@@ -57,5 +57,6 @@ struct MobdExt *mobd_create(void)
data->collisionMask = 1;
data->mutationCount = 0;
data->mutationStrength = 0;
+ data->criticalDef = 0;
return data;
}