added missing pathdata structure creation

This commit is contained in:
Zeno Rogue 2021-08-09 00:47:25 +02:00
parent bb77f035b0
commit 897ba90628
1 changed files with 1 additions and 0 deletions

View File

@ -1355,6 +1355,7 @@ EX void movehex(bool mounted, int colorpair) {
}
EX void movehex_rest(bool mounted) {
pathdata pd(4);
for(int i=0; i<isize(hexsnakes); i++) {
cell *c = hexsnakes[i];
int colorpair;