1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-19 07:05:11 +00:00

rogueviz:: used args::add and made hypcity and hypocycloid enablable

This commit is contained in:
Zeno Rogue
2021-03-31 03:18:36 +02:00
parent ceb79290ae
commit 8a836fd1ea
10 changed files with 44 additions and 111 deletions

View File

@@ -39,8 +39,7 @@ namespace bricks {
}
namespace pentaroll {
extern bool animated;
extern void create_pentaroll();
extern void create_pentaroll(bool);
}
namespace ply {
@@ -656,8 +655,7 @@ slide dmv_slides[] = {
set_geometry(gFieldQuotient);
*/
start_game();
pentaroll::create_pentaroll();
pentaroll::animated = true;
pentaroll::create_pentaroll(true);
tour::slide_backup(anims::period, 30000.);
tour::slide_backup(sightranges[geometry], 4);
start_game();