mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-21 13:28:05 +00:00
no clearing::imput on bounded
This commit is contained in:
@@ -977,6 +977,7 @@ EX namespace clearing {
|
|||||||
}
|
}
|
||||||
|
|
||||||
EX void imput(cell *c) {
|
EX void imput(cell *c) {
|
||||||
|
if(bounded) return;
|
||||||
if(score.count(c)) return;
|
if(score.count(c)) return;
|
||||||
auto& is = score[c];
|
auto& is = score[c];
|
||||||
celltype t = get_celltype(c);
|
celltype t = get_celltype(c);
|
||||||
|
|||||||
Reference in New Issue
Block a user