Update research.c

This commit is contained in:
Jason Bou-Samra
2024-09-28 09:50:07 +10:00
committed by GitHub
parent 0c9595a22f
commit d93f33c316
+2 -2
View File
@@ -241,7 +241,7 @@ if (tile_shp == 1 || tile_shp == 2 || tile_shp == 3) {mask = 360;} else {mask =
grid[0][y][x] = 0;
}
}
}
}SDL_RenderPresent(sr);
return 0;
}
@@ -261,7 +261,7 @@ int floor, ceiling, num_tiles;
for (int i = 0; i < ceiling; i++) {
grid[0][floor - i][j] = grid[0][ceiling - i][j];
} // actual drop routine
}
}SDL_RenderPresent(sr);
}
///////////////////// CLEAR MATCHED ////////////////////////