tile_type_better() with three possible return values
tile_type_better() currently gets called twice, consecutively, for checking both if "a > b" and if "b > a". Likely refactoring this so that only one call is needed would improve performance.
tile_type_better() currently gets called twice, consecutively, for checking both if "a > b" and if "b > a". Likely refactoring this so that only one call is needed would improve performance.