1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 09:57:41 +00:00

fixes for Emscripten, and for compiling without tutorial

This commit is contained in:
Zeno Rogue
2017-04-15 04:48:59 +02:00
parent 0e9119c7b2
commit 4570fa2ea4
10 changed files with 19114 additions and 7 deletions

View File

@@ -789,7 +789,10 @@ int newmodecode = 254;
int modecode() {
#ifndef NOSAVE
if(anticheat::tampered || cheater || tour::on) return 6;
if(anticheat::tampered || cheater) return 6;
#ifdef TOUR
if(tour::on) return 6;
#endif
if(quotient) return 6;
#endif
int xcode = 0;