phungus420
Deity
- Joined
- Mar 1, 2003
- Messages
- 6,296
Assert message:
Now my game is modded, but CvCity.cpp is untouched from RevDCM 1.02
Any ideas what this assert failure is from, and how to fix it?
Mod In use during debugging:
http://www.moddb.com/mods/legends-of-revolution/downloads/legends-of-revolution
May it be related to this:
http://forums.civfanatics.com/showthread.php?t=319441
I added a trait effect where non state religions still produced culture, explained in that link, which also has the code I'm using.
File: CvCity.cpp
Line: 10587
Expression: eIndex >= 0
Message: eIndex expected to be >= 0
Now my game is modded, but CvCity.cpp is untouched from RevDCM 1.02
Any ideas what this assert failure is from, and how to fix it?
Mod In use during debugging:
http://www.moddb.com/mods/legends-of-revolution/downloads/legends-of-revolution
May it be related to this:
http://forums.civfanatics.com/showthread.php?t=319441
I added a trait effect where non state religions still produced culture, explained in that link, which also has the code I'm using.