mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +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) {
|
||||
pathdata pd(4);
|
||||
for(int i=0; i<isize(hexsnakes); i++) {
|
||||
cell *c = hexsnakes[i];
|
||||
int colorpair;
|
||||
|
Loading…
Reference in New Issue
Block a user