mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
...
This commit is contained in:
parent
4de2f8311e
commit
c5d3623e97
@ -103,15 +103,11 @@ Java_com_roguetemple_hyperroid_HyperRogue_captureBack
|
||||
}
|
||||
|
||||
void uploadAll(MOBPAR_FORMAL);
|
||||
void applyScoreCache(char whattodo);
|
||||
bool wantgoogle;
|
||||
|
||||
extern "C" bool
|
||||
Java_com_roguetemple_hyperroid_HyperRogue_keepinmemory
|
||||
( MOBPAR_FORMAL) {
|
||||
saveStats(true);
|
||||
if(wantgoogle) applyScoreCache('s');
|
||||
else applyScoreCache('d');
|
||||
uploadAll(MOBPAR_ACTUAL);
|
||||
if(!canmove) return false;
|
||||
if(items[itOrbSafety]) return false;
|
||||
|
Loading…
Reference in New Issue
Block a user