I also got an error about this piece of code, but I think I did that accidentally. Can anybody tell me what it should be?
code:-----------------------------------------------------------------
---------------
BOOL CityData::BuildImprovement(sint32 type)
{
Assert(
ing(type));
--------------------------------------------------------------------------------
code:-----------------------------------------------------------------
---------------
BOOL CityData::BuildImprovement(sint32 type)
{
Assert(
ing(type));
--------------------------------------------------------------------------------
I'll put it back in but thats weird because I never messed with that function...
Comment