mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 06:27:17 +00:00
bringris:: remove the 'expert' variable
This commit is contained in:
parent
b236fd38f3
commit
7f26688f70
@ -750,8 +750,6 @@ void new_piece() {
|
||||
|
||||
vector<int> by_level;
|
||||
|
||||
bool expert = true;
|
||||
|
||||
void find_lines() {
|
||||
by_level.clear();
|
||||
// println(hlog, "Removing levels");
|
||||
@ -768,7 +766,7 @@ void find_lines() {
|
||||
|
||||
int points = 0;
|
||||
|
||||
if(expert) {
|
||||
if(true) {
|
||||
for(int z=1; z<=well_size; z++) if(by_level[z-1] >= isize(level)) {
|
||||
points++;
|
||||
for(auto lev: level) {
|
||||
|
Loading…
Reference in New Issue
Block a user