]> git.localhorst.tv Git - l2e.git/commit
made TileAt/AreaAt fail silently
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 7 Oct 2012 13:00:20 +0000 (15:00 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 7 Oct 2012 13:00:20 +0000 (15:00 +0200)
commited792d6d00d822384d79d049e644e372f7c3b4cd
tree4427a757176f966279f91e64c87c6f86f3e49ea3
parent7fb774ec1df3d550cd8a6805bdc69c11ad36e498
made TileAt/AreaAt fail silently

this way the game does not halt when the player walks off the map
src/map/Area.cpp
src/map/Area.h
src/map/Map.cpp
src/map/Map.h
src/map/MapState.cpp