Update research.c

This commit is contained in:
Jason Bou-Samra
2024-08-27 19:25:51 +10:00
committed by GitHub
parent b58f93f4da
commit 3bc1924e26
+1 -1
View File
@@ -159,7 +159,7 @@ int research (void) {
} }
z = z - 1; z = z - 1;
} }
// for test purposes // for test purposes
#if DEBUG #if DEBUG
for (int y = 0;y < 18; y++) { for (int y = 0;y < 18; y++) {