From: Holger Schemel Date: Sat, 20 Mar 2021 09:30:48 +0000 (+0100) Subject: changed loading native Supaplex levels to rate high scores by playing time X-Git-Tag: 4.3.0.0~205 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=71dca6319ace9a34fdc0e406800c22018ac2e285;p=rocksndiamonds.git changed loading native Supaplex levels to rate high scores by playing time --- diff --git a/src/files.c b/src/files.c index 133a2d26..104ecb4d 100644 --- a/src/files.c +++ b/src/files.c @@ -3938,12 +3938,11 @@ static void CopyNativeLevel_SP_to_RND(struct LevelInfo *level) level->time_wheel = 0; level->amoeba_content = EL_EMPTY; -#if 1 - // original Supaplex does not use score values -- use default values -#else + // original Supaplex does not use score values -- rate by playing time for (i = 0; i < LEVEL_SCORE_ELEMENTS; i++) level->score[i] = 0; -#endif + + level->rate_time_over_score = TRUE; // there are no yamyams in supaplex levels for (i = 0; i < level->num_yamyam_contents; i++)