mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-09 20:26:45 +00:00
fixed one more bug with pathdata
This commit is contained in:
parent
5e891cf66e
commit
b01cee20d5
2
game.cpp
2
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user