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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user