mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
rv:: embeddings:: removed unused variable
This commit is contained in:
parent
2a32a423d4
commit
2f7bec5634
@ -38,7 +38,6 @@ void init_landscape_det(const vector<cell*>& ac) {
|
||||
int dimensions = isize(delta_at);
|
||||
landscape_at.clear();
|
||||
landscape_at[currentmap->gamestart()].resize(dimensions, 0);
|
||||
int id = 0;
|
||||
println(hlog, "qdelta = ", qdelta, " size of delta_at = ", isize(delta_at));
|
||||
for(auto& d: delta_at) {
|
||||
d.second.resize(dimensions, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user