pasturryx / avesta74

Automatically exported from code.google.com/p/avesta74
0 stars 0 forks source link

If there's an item on a ladder, you will use the item instead of going up the ladder. #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Problem: If there's an item on a ladder, you will use the item instead of going 
up the ladder.

Solution by Ond, change game.cpp:

Item* item =  tile->getItemByTopOrder(1);

to

Item* item =  tile->getItemByTopOrder(2);

Original issue reported on code.google.com by rudger...@gmail.com on 23 Aug 2012 at 2:14

GoogleCodeExporter commented 9 years ago

Original comment by r...@ymail.com on 15 Sep 2012 at 1:10