I see so i the city data one I just need M+citystyle. I'll make the changes...
Bytheway I saw this in citydata.h
If I read it right, then these identify if a city has a resource(good) so I could do a code for Civ3-like need resource flag for cities only using this (andit'll probably be similar to my code) but I'm getting ahead of myself so I'll post citydata stuff first (cdb is already done)
I think the lecture was great and I guess if you had to add anything it would be all the mistakes or stuff you had to teach me which are probably usual beginner mistakes
Bytheway I saw this in citydata.h
Code:
#ifdef CTP1_TRADE Resources m_resources; Resources m_localResources; #else Resources m_collectingResources; Resources m_sellingResources; Resources m_buyingResources; #endif
I think the lecture was great and I guess if you had to add anything it would be all the mistakes or stuff you had to teach me which are probably usual beginner mistakes
Comment