summaryrefslogtreecommitdiffstats
path: root/sigmod
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-26 01:35:12 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-26 01:35:12 -0500
commite6061a847fd007f75d1ec22f2dfb8eed30c845c4 (patch)
treeee9eb3c87f019743a8fc9f297fa581d81f2666e2 /sigmod
parent8c531e2e7a0bb62e5d65bf8e394fac6cd960ed8b (diff)
downloadsigen-e6061a847fd007f75d1ec22f2dfb8eed30c845c4.tar.gz
sigen-e6061a847fd007f75d1ec22f2dfb8eed30c845c4.tar.xz
sigen-e6061a847fd007f75d1ec22f2dfb8eed30c845c4.zip
Fix up the Species default for egg species and the widget
Diffstat (limited to 'sigmod')
-rw-r--r--sigmod/Species.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmod/Species.cpp b/sigmod/Species.cpp
index c07efdf9..3b61d2cd 100644
--- a/sigmod/Species.cpp
+++ b/sigmod/Species.cpp
@@ -62,7 +62,7 @@ Species::Species(const Game* parent, const int id) :
m_skin(-1),
m_encyclopediaEntry(""),
m_genderFactor(1, 2),
- m_eggSpecies(INT_MAX),
+ m_eggSpecies(id),
m_eggSteps(0),
m_evolution("", "")
{