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