ULTIMA1: Allow moving onto tiles that have transports on them

This commit is contained in:
Paul Gilbert 2018-10-09 21:06:57 -07:00 committed by Paul Gilbert
parent 7c41a99cca
commit b3191fc58b

View File

@ -60,6 +60,11 @@ public:
*/
Transport(Ultima1Game *game, Maps::MapBase *map, uint transportId);
/**
* Returns true if the player can move onto a tile the widget occupies
*/
virtual bool isBlocking() const { return false; }
/**
* Disembarks from the transport
*/