New Difficulty mode
-
Per
- Warzone 2100 Team Member

- Posts: 3780
- Joined: 03 Aug 2006, 19:39
Re: New Difficulty mode
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.