mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
no clearing::imput on bounded
This commit is contained in:
parent
873c679c01
commit
78930f08f9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user