1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-25 01:20:37 +00:00

fixed one more bug with pathdata

This commit is contained in:
Zeno Rogue 2018-06-28 14:56:12 +02:00
parent 5e891cf66e
commit b01cee20d5

View File

@ -4711,7 +4711,7 @@ void hexvisit(cell *c, cell *from, int d, bool mounted, int colorpair) {
} }
void movehex(bool mounted, int colorpair) { void movehex(bool mounted, int colorpair) {
pathdata pd(); pathdata pd(3);
hexdfs.clear(); hexdfs.clear();
if(mounted) { if(mounted) {