rogueviz:: removed vizid

This commit is contained in:
Zeno Rogue
2021-04-07 18:13:45 +02:00
parent f9edc44a8a
commit 9ed06c7fee
9 changed files with 10 additions and 30 deletions
+1 -3
View File
@@ -11,14 +11,12 @@ namespace collatz {
edgetype *collatz1, *collatz2;
int collatz_id;
void act(vertexdata& vd, cell *c, shmup::monster *m, int i);
void lookup(long long reached, int bits);
void collatz_video(const string &fname);
void start() {
init(&collatz_id, RV_GRAPH);
init(RV_GRAPH);
collatz1 = add_edgetype("1");
collatz2 = add_edgetype("2");
vdata.resize(1);