mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-31 17:57:56 +00:00
no saveStats in keepinmemory for casual
This commit is contained in:
@@ -118,7 +118,7 @@ void uploadAll(MOBPAR_FORMAL);
|
||||
extern "C" bool
|
||||
Java_com_roguetemple_hyperroid_HyperRogue_keepinmemory
|
||||
( MOBPAR_FORMAL) {
|
||||
saveStats(true);
|
||||
if(!casual) saveStats(true);
|
||||
uploadAll(MOBPAR_ACTUAL);
|
||||
if(!canmove) return false;
|
||||
if(items[itOrbSafety]) return false;
|
||||
|
Reference in New Issue
Block a user