Hello could you look at my objects and tell me what is wrong with them? The problem is I am trying to resize my 30x30 vector into a 60x60 vector. But it is wrong the first 30 vectors.
wid_height[0] = 60; wid_height[1] = 60; mve.resize(wid_height[0], vector<Entity>(wid_height[1])); // init_map_entity_cleanup(mve,wid_height); init_map_home_entity(mve); init_map_home(cur_map,mve);
Here is image one. Size is 60 as I would like.

Here is image 2 showing all 60.

Here is image 3. There is a huge problem on the first 30 vectors. There vectors only have 30 vectors in them. So the first 30 vectors only have 30 vectors inside them instead of 60 like I need.

Now here is an image of the last 30 vectors 30-59. They have 60 vectors each so they are working properly.







