mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
added missing pathdata structure creation
This commit is contained in:
parent
bb77f035b0
commit
897ba90628
@ -1355,6 +1355,7 @@ EX void movehex(bool mounted, int colorpair) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
EX void movehex_rest(bool mounted) {
|
EX void movehex_rest(bool mounted) {
|
||||||
|
pathdata pd(4);
|
||||||
for(int i=0; i<isize(hexsnakes); i++) {
|
for(int i=0; i<isize(hexsnakes); i++) {
|
||||||
cell *c = hexsnakes[i];
|
cell *c = hexsnakes[i];
|
||||||
int colorpair;
|
int colorpair;
|
||||||
|
Loading…
Reference in New Issue
Block a user