mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-12 23:35:59 +00:00
rogueviz:: removed vizid
This commit is contained in:
@@ -10,8 +10,6 @@ namespace rogueviz {
|
||||
|
||||
namespace spiral {
|
||||
|
||||
int spiral_id;
|
||||
|
||||
ld mul;
|
||||
|
||||
transmatrix at(double d) {
|
||||
@@ -20,7 +18,7 @@ namespace spiral {
|
||||
|
||||
void place(int N, ld _mul) {
|
||||
mul = _mul;
|
||||
init(&spiral_id, RV_GRAPH | RV_HAVE_WEIGHT | RV_INVERSE_WEIGHT);
|
||||
init(RV_GRAPH | RV_HAVE_WEIGHT | RV_INVERSE_WEIGHT);
|
||||
rv_hook(hooks_alt_edges, 100, spiral_altedge);
|
||||
rv_hook(hooks_frame, 0, drawExtra);
|
||||
weight_label = "extent";
|
||||
|
Reference in New Issue
Block a user