1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-08 02:30:15 +00:00

new memory handling

This commit is contained in:
Zeno Rogue
2019-06-06 19:37:17 +02:00
parent fc47ec3338
commit 06301d73fc
8 changed files with 185 additions and 6 deletions

View File

@@ -1313,6 +1313,7 @@ void start_game() {
restart:
game_active = true;
gamegen_failure = false;
ignored_memory_warning = false;
check_cgi();
cgi.require_basics();
initcells();