--------------------------------------------- IS WALKABLE ------------------------------------------------
| 374 | } |
| 375 | //--------------------------------------------- IS WALKABLE ------------------------------------------------ |
| 376 | bool GameImpl::isWalkable(int x, int y) const |
| 377 | { |
| 378 | return Map::walkable(x, y); |
| 379 | } |
| 380 | //--------------------------------------------- GET GROUND HEIGHT ------------------------------------------ |
| 381 | int GameImpl::getGroundHeight(int x, int y) const |
| 382 | { |