else{
//then down items
thing = tile->getTopDownItem();
if(thing == NULL){
//then last we check items with topOrder 3 (doors etc)
thing = tile->getTopTopItem();
}
if(thing == NULL){
//and finally the ground
thing = tile->ground;
}