Home
last modified time | relevance | path

Searched refs:GEN_HASHY_SIZE (Results 1 – 1 of 1) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dvehicle.cpp74 static const int GEN_HASHY_SIZE = 1 << (GEN_HASHY_BUCKET_BITS + GEN_HASHY_BITS + ZOOM_LVL_SHIFT); variable
1136 if (dpi->height + yb < GEN_HASHY_SIZE) { in ViewportAddVehicles()