Преглед на файлове

shooting scientists no longer yields coins

Tim Strasser преди 2 години
родител
ревизия
cbe4bdb4c1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      includes/particle.c

+ 1 - 1
includes/particle.c

@@ -19,7 +19,7 @@ void particle_tick(PARTICLE* const particles, SCIENTIST* const scientists, int*
                          particles[i].point.y > scientists[j].point.y + SCIENTIST_HEIGHT ||
                          particles[i].point.y < scientists[j].point.y)) {
                         scientists[j].state = ScientistStateDead;
-                        (*points) += 2; // Increase the score by 2
+                        // (*points) += 2; // Increase the score by 2
                     }
                 }
             }