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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user