Update research.c
This commit is contained in:
@@ -12,8 +12,10 @@
|
|||||||
#include "render.h"
|
#include "render.h"
|
||||||
#include "column.h"
|
#include "column.h"
|
||||||
#include "sdl.h"
|
#include "sdl.h"
|
||||||
|
#include "hiscore.h"
|
||||||
|
|
||||||
#define DEBUG 0
|
#define DEBUG 0
|
||||||
|
|
||||||
//////////////////// DETECT CLUSTERS //////////////////////
|
//////////////////// DETECT CLUSTERS //////////////////////
|
||||||
|
|
||||||
bool research(void) {
|
bool research(void) {
|
||||||
@@ -269,6 +271,7 @@ int floor, ceiling, num_tiles;
|
|||||||
int clear_mat(void) {
|
int clear_mat(void) {
|
||||||
for (int j = 0; j < 8; j++) {
|
for (int j = 0; j < 8; j++) {
|
||||||
for (int i = 0; i < 18; i++) {
|
for (int i = 0; i < 18; i++) {
|
||||||
|
if (grid[1][i][j] == 1) {total++;}
|
||||||
grid[1][i][j] = 0;
|
grid[1][i][j] = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user