New Difficulty mode

For AI and campaign script related discussions and questions
Per
Warzone 2100 Team Member
Warzone 2100 Team Member
Posts: 3780
Joined: 03 Aug 2006, 19:39

Re: New Difficulty mode

Post by Per »

Those data structures are declared, allocated and deallocated in src/objmem.cpp, but that will not really help you much. They are globals that are 'acted upon' all through the code base. Better to read src/statsdef.h and search for where data structures there are used.
Post Reply