Updated to 9.4f (tutorial)

This commit is contained in:
Zeno Rogue
2017-04-08 17:18:29 +02:00
parent 38206e5149
commit 9c350ed761
18 changed files with 2484 additions and 64 deletions
+3 -1
View File
@@ -84,6 +84,7 @@ bool wrongMode(char flags) {
if(randomPatternsMode) return true;
if(yendor::on) return true;
if(tactic::on) return true;
if(tour::on) return true;
if(chaosmode != (flags == 'C')) return true;
if((numplayers() > 1) != (flags == 'm')) return true;
return false;
@@ -516,8 +517,9 @@ void improveItemScores() {
void achievement_final(bool really_final) {
if(offlineMode) return;
#ifdef HAVE_ACHIEVEMENTS
upload_score(LB_STATISTICS, time(NULL));
// upload_score(LB_STATISTICS, time(NULL));
if(cheater) return;
if(tour::on) return;
if(sphere && euclidland == laHalloween) {
if(shmup::on || chaosmode || purehepta || numplayers() > 1 || tactic::on || randomPatternsMode)