1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-29 04:47:41 +00:00

rogueviz:: removed vizid

This commit is contained in:
Zeno Rogue
2021-03-31 01:10:45 +02:00
parent f9edc44a8a
commit 9ed06c7fee
9 changed files with 10 additions and 30 deletions

View File

@@ -48,8 +48,6 @@ namespace flocking {
void init();
int flock_id;
int N;
bool draw_lines = false;
@@ -464,7 +462,7 @@ namespace flocking {
return;
}
stop_game();
rogueviz::init(&flock_id, RV_GRAPH);
rogueviz::init(RV_GRAPH);
rv_hook(shmup::hooks_turn, 100, turn);
rv_hook(hooks_frame, 100, flock_marker);
rv_hook(hooks_o_key, 80, o_key);