From b01cee20d5d58eb9f74549e62cf9ed5295fce04d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 28 Jun 2018 14:56:12 +0200 Subject: [PATCH] fixed one more bug with pathdata --- game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.cpp b/game.cpp index d799d7c7..fb2b980c 100644 --- a/game.cpp +++ b/game.cpp @@ -4711,7 +4711,7 @@ void hexvisit(cell *c, cell *from, int d, bool mounted, int colorpair) { } void movehex(bool mounted, int colorpair) { - pathdata pd(); + pathdata pd(3); hexdfs.clear(); if(mounted) {