mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 18:57:56 +00:00
fixup to disable distance checks
This commit is contained in:
@@ -252,6 +252,8 @@ struct vstate {
|
||||
int current_pos;
|
||||
int current_root;
|
||||
vector<pair<int, int>> rpath;
|
||||
int steps;
|
||||
vstate() { steps = 0; }
|
||||
};
|
||||
|
||||
map<int, vector<int>> rev_roadsign_id;
|
||||
|
Reference in New Issue
Block a user