diff --git a/find_quadhuts.c b/find_quadhuts.c index 15e59c9..84d6eca 100644 --- a/find_quadhuts.c +++ b/find_quadhuts.c @@ -20,8 +20,8 @@ int main(int argc, char *argv[]) initBiomes(); // Translate the positions to the desired regions. - int regPosX; - int regPosZ; + int regPosX = 0; + int regPosZ = 0; if(argc > 2) {