1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-24 06:26:02 +00:00

CAP_MEMORY_RESERVE and memory reserve handled in mobile (if CAP_MEMORY_RESERVE was 1)

This commit is contained in:
Zeno Rogue
2019-06-28 09:48:34 +02:00
parent 977c5f2d69
commit fe635cc7d8
4 changed files with 14 additions and 1 deletions

View File

@@ -225,6 +225,7 @@ void shareScore(MOBPAR_FORMAL);
void mobile_draw(MOBPAR_FORMAL) {
apply_memory_reserve();
optimizeview();
int lastt = ticks; ticks = SDL_GetTicks();