Here.
This commit is contained in:
@@ -183,7 +183,6 @@ class Grid {
|
||||
// Combine numbers that are the same into their sum. Start checking for
|
||||
// combinations from the side the direction is to for each row/column.
|
||||
void combine(int d) {
|
||||
// Assume left.
|
||||
if (d == 0) {
|
||||
for (int y = 0; y < this.h; y++) {
|
||||
int prv = this.get(0, y);
|
||||
|
Reference in New Issue
Block a user