mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-22 23:17:04 +00:00
no saveStats in keepinmemory for casual
This commit is contained in:
parent
0c0cc8a006
commit
c1ee1973f4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user