* fixed bug with missing (zero) score values for native Supaplex levels
+2006-03-06
+ * fixed bug with missing (zero) score values for native Supaplex levels
+
2006-03-05
* added "continuous snapping" (snapping many elements while holding the
snap key pressed, without releasing the snap key after each element)
-#define COMPILE_DATE_STRING "[2006-03-05 13:50]"
+#define COMPILE_DATE_STRING "[2006-03-06 13:34]"
level->time_wheel = 0;
level->amoeba_content = EL_EMPTY;
+#if 1
+ /* original Supaplex does not use score values -- use default values */
+#else
for (i = 0; i < LEVEL_SCORE_ELEMENTS; i++)
level->score[i] = 0; /* !!! CORRECT THIS !!! */
+#endif
/* there are no yamyams in supaplex levels */
for (i = 0; i < level->num_yamyam_contents; i++)